Skip to content

Commit e8ecbc5

Browse files
authored
Merge pull request #723 from terraphim/fix/ci-runner-isolation
fix(ci): isolate runner toolchains and fix cargo-audit install
2 parents b23c17c + 5c135f5 commit e8ecbc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ jobs:
463463
uses: dtolnay/rust-toolchain@stable
464464

465465
- name: Install cargo-audit
466-
run: cargo install cargo-audit --no-default-features
466+
run: which cargo-audit || cargo install cargo-audit --no-default-features
467467

468468
- name: Run security audit
469469
run: |

0 commit comments

Comments
 (0)