Skip to content

Commit

Permalink
Fix windows CI (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jul 14, 2022
1 parent ca5fe7d commit 766a17f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ jobs:
# with a OS-dependent path.
- name: Setup Rust toolchain
run: |
rustup override list
rustup override unset
rustup toolchain install ${{ matrix.rust }}
rustup default ${{ matrix.rust }}
- name: Run tests
Expand Down

0 comments on commit 766a17f

Please sign in to comment.