Install cargo-audit without locked

This commit is contained in:
Jonas Bushart
2024-07-31 23:36:29 +02:00
committed by GitHub
parent e4b4ec6817
commit e2ad894c8f

View File

@@ -50,7 +50,7 @@ runs:
- name: Install cargo-audit
if: steps.cache.outputs.cache-hit != 'true'
# Update both this version number and the cache key
run: cargo install cargo-audit --vers 0.20.0 --no-default-features --locked
run: cargo install cargo-audit --vers 0.20.0 --no-default-features
shell: bash
- run: |