Skip to content

Commit

Permalink
Workaround Rust 1.80 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jul 25, 2024
1 parent 92304c5 commit 783f7aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,12 @@ jobs:
run: cargo afl system-config

# smoelius: I expect this list to grow.
# smoelius: `cargo install cargo-unmaintained --locked` is a temporary workaround for Rust 1.80 issues.
- name: Install tools
run: |
rustup +nightly component add clippy
cargo install cargo-supply-chain || true
cargo install cargo-unmaintained || true
cargo install cargo-unmaintained --locked || true
cargo install group-runner || true
- name: Free up space
Expand Down

0 comments on commit 783f7aa

Please sign in to comment.