Skip to content

Commit

Permalink
get rustup on msys?
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Jun 29, 2023
1 parent 81e5200 commit 072024c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/c-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,11 @@ jobs:
path: ./
load-mode: strict

- name: Rust Nightly
if: runner.os != 'Windows'
run: |
rustup default nightly
rustup update
- name: Rust Nightly Win
if: runner.os == 'Windows'
shell: msys2 {0}
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup default nightly
rustup update
Expand Down

0 comments on commit 072024c

Please sign in to comment.