From a0c463a7641febfa382d57387a15c452173c6a1c Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Sat, 21 Oct 2023 18:59:17 -0500 Subject: [PATCH] ci: update test-fuzz installation (#5126) --- .github/workflows/fuzz.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index d1175b61e..0393cf7b3 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -41,11 +41,7 @@ jobs: uses: actions-rs/cargo@v1 with: command: install - args: cargo-test-fuzz afl - - name: Force install cargo-afl - run: | - cargo install --force afl - cargo afl --version + args: cargo-test-fuzz cargo-afl - name: Install cargo-llvm-cov uses: taiki-e/install-action@cargo-llvm-cov