Delete extraneous comment in workflow file

type: reform
This commit is contained in:
Casey Rodarmor 2020-01-04 20:15:40 -08:00
parent 074a3b3d42
commit 408735621e
No known key found for this signature in database
GPG Key ID: 556186B153EC6FE0

View File

@ -2,13 +2,6 @@ name: Rust
on: [push] on: [push]
# - name: Prepare - macOS
# if: matrix.os == 'macos-latest'
# run: |
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
# - name: Update
# run: rustup update stable
jobs: jobs:
build: build:
strategy: strategy: