diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 30849c0131..3bce3cb9ee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -442,8 +442,6 @@ jobs: run: rustup show - name: "Install cargo-binstall" uses: cargo-bins/cargo-binstall@837578dfb436769f1e6669b2e23ffea9d9d2da8f # v1.15.4 - with: - tool: cargo-fuzz@0.11.2 - name: "Install cargo-fuzz" # Download the latest version from quick install and not the github releases because github releases only has MUSL targets. run: cargo binstall cargo-fuzz --force --disable-strategies crate-meta-data --no-confirm