forked from mirrors/gstreamer-rs
ci: install cargo-audit
Not needed for gstreamer-rs as it uses 'cargo deny' but still used by gst-plugins-rs and gstreamer-rs-sys.
This commit is contained in:
parent
e23ca02261
commit
d31a9fece4
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
variables:
|
variables:
|
||||||
GST_RS_IMG_TAG: '2020-04-27.0'
|
GST_RS_IMG_TAG: '2020-04-27.1'
|
||||||
|
|
|
@ -22,4 +22,5 @@ if [ "$RUST_VERSION" = "stable" ]; then
|
||||||
rustup component add rustfmt
|
rustup component add rustfmt
|
||||||
cargo install --force cargo-deny
|
cargo install --force cargo-deny
|
||||||
cargo install --force --git https://github.com/kbknapp/cargo-outdated
|
cargo install --force --git https://github.com/kbknapp/cargo-outdated
|
||||||
|
cargo install --force cargo-audit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue