Skip to content

Commit

Permalink
Fix windows CI (#2069) (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jul 16, 2022
1 parent 54e9181 commit 1738a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
# with a OS-dependent path.
- name: Setup Rust toolchain
run: |
rustup toolchain install ${{ matrix.rust }}
rustup toolchain install ${{ matrix.rust }} --no-self-update
rustup default ${{ matrix.rust }}
- name: Run tests
shell: bash
Expand Down

0 comments on commit 1738a90

Please sign in to comment.