forked from mirrors/gstreamer-rs
CI: force install cargo audit
We are caching $CARGO_HOME in between runs, so an arbitrary cargo audit binary might already exist in the environment. Force install it so cargo doesn't complain and our binary is guaranteed "fresh".
This commit is contained in:
parent
2d2459ed52
commit
d584c3ba23
1 changed files with 1 additions and 1 deletions
|
@ -151,5 +151,5 @@ audit:
|
|||
only:
|
||||
- schedules
|
||||
script:
|
||||
- cargo install cargo-audit
|
||||
- cargo install --force cargo-audit
|
||||
- cargo audit --deny-warnings
|
||||
|
|
Loading…
Reference in a new issue