Skip to content

Commit

Permalink
CI: Uses new resolver for MSV
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Jan 26, 2025
1 parent a64737d commit 9b1c8f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
with:
submodules: true
- run: rustup toolchain install nightly && rustup default 1.74.0
- run: mkdir .cargo && echo "resolver.incompatible-rust-versions = \"fallback\"" >> .cargo/config.toml
- uses: Swatinem/rust-cache@v2
- run: cargo +nightly update -Z direct-minimal-versions
- run: cargo test
Expand Down

0 comments on commit 9b1c8f2

Please sign in to comment.