Delete extraneous comment in workflow file
type: reform
This commit is contained in:
parent
074a3b3d42
commit
408735621e
7
.github/workflows/rust.yaml
vendored
7
.github/workflows/rust.yaml
vendored
|
@ -2,13 +2,6 @@ name: Rust
|
|||
|
||||
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:
|
||||
build:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue
Block a user