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