ci: simplify audit script
This commit is contained in:
parent
269d7c10eb
commit
f0f123c823
@ -3,10 +3,5 @@
|
|||||||
set -e # fail on any error
|
set -e # fail on any error
|
||||||
set -u # treat unset variables as error
|
set -u # treat unset variables as error
|
||||||
|
|
||||||
rustup default stable
|
cargo +stable install cargo-audit
|
||||||
|
cargo +stable audit
|
||||||
git submodule update --init --recursive
|
|
||||||
|
|
||||||
rustup show
|
|
||||||
cargo install cargo-audit
|
|
||||||
cargo audit
|
|
||||||
|
Loading…
Reference in New Issue
Block a user