diff --git a/.github/workflows/cargo-audit.yml b/.github/workflows/cargo-audit.yml index c6c9a2a6..ee92cc64 100644 --- a/.github/workflows/cargo-audit.yml +++ b/.github/workflows/cargo-audit.yml @@ -20,6 +20,11 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 + - name: Install cargo audit + shell: bash + run: | + cargo install cargo-audit --locked + - name: Run `cargo-audit` uses: actions-rs/audit-check@v1 with: