Skip to content

Commit

Permalink
Revert 92304c5
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Jul 26, 2024
1 parent 783f7aa commit 48a951d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,11 @@ 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 --locked || true
cargo install cargo-unmaintained || true
cargo install group-runner || true
- name: Free up space
Expand Down

0 comments on commit 48a951d

Please sign in to comment.