From 762e2ecbcf1533471d158789c7f6c2a883ae012a Mon Sep 17 00:00:00 2001 From: alpharush <0xalpharush@protonmail.com> Date: Sat, 21 Oct 2023 15:09:18 -0500 Subject: [PATCH] ci: update test-fuzz installation --- .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 d1175b61eaca..0393cf7b3874 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