From a1e7aba434e36ee2d3fe931703f8b34838a996ba Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Sat, 25 Nov 2023 07:32:43 -0800 Subject: [PATCH] Update cargo-deny in CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10cd279..0631783 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,8 @@ jobs: components: rustfmt, clippy - name: Install cargo-deny - run: cargo install --force --version 0.12.2 cargo-deny --locked + if: steps.rust-cache.outputs.cache-hit != 'true' + run: rustup run --install 1.74 cargo install --force --version 0.14.3 cargo-deny --locked - name: Run tests run: make test