Skip to content

Commit 6e7574c

Browse files
committed
Fix install on OSX
1 parent 7ad1fdd commit 6e7574c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@master
1717
- name: Install Rust
18-
run: |
19-
curl https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly
20-
echo "##[add-path]$HOME/.cargo/bin"
18+
run: rustup update nightly && rustup default nightly
2119
- run: cargo build
2220
- name: Configure crates.io token
2321
run: |

0 commit comments

Comments
 (0)