ci: use cache-cargo-install-action to cache cargo install invocations

This commit is contained in:
2025-07-14 13:54:15 -05:00
parent 8189aaf455
commit cad28221b0
2 changed files with 9 additions and 3 deletions

View File

@@ -79,7 +79,9 @@ jobs:
uses: dtolnay/rust-toolchain@stable
- name: Install cargo-audit
run: cargo install cargo-audit
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-audit
- name: Run security audit
run: cargo audit --file src-tauri/Cargo.lock