From 48a951d526c26795b3eeecfd142d6efb6a81a3aa Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Fri, 26 Jul 2024 06:59:51 -0400 Subject: [PATCH] Revert 92304c5371952bce761bab81016300c2ada7347a --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47131d74..2abf34a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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