Skip to content

Commit 256f8e8

Browse files
authored
Merge pull request #35 from asomers/pkg-cargo-audit
During CI, install cargo-audit from pkg instead of compiling from source
2 parents 780a220 + 3ee3c74 commit 256f8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ task:
5252
- cargo +$VERSION clippy --all-features --all-targets -- -D warnings
5353
audit_script:
5454
- . $HOME/.cargo/env
55-
- cargo install cargo-audit
55+
- pkg install -y cargo-audit
5656
- cargo audit
5757
# Test our minimal version spec
5858
minver_test_script:

0 commit comments

Comments
 (0)