There was an error while loading. Please reload this page.
1 parent 6ea5fa7 commit a4bc59bCopy full SHA for a4bc59b
1 file changed
.github/workflows/build.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Run cargo audit
54
run: |
55
- [[ ${{ matrix.toolchain }} != 1.87.0 ]] || (cargo install cargo-audit && cargo audit)
+ [[ ${{ matrix.toolchain }} != 1.87.0 ]] || (cargo install --locked cargo-audit && cargo audit)
56
57
- name: Run cargo machete
58
0 commit comments