diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 4daffff5d..7a181c4f0 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -463,7 +463,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Install cargo-audit - run: cargo install cargo-audit --no-default-features + run: which cargo-audit || cargo install cargo-audit --no-default-features - name: Run security audit run: |