Skip to content

Commit

Permalink
macos-13 images don't have cargo-audit anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Nov 4, 2024
1 parent cd48c34 commit c2ac4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/workflows/provision-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "$E2E_TEST" = "tests-dfx/bitcoin.bash" ]; then
brew fetch --retry bitcoin
brew install bitcoin
fi
if [ "$E2E_TEST" = "tests-dfx/build_rust.bash" ]; then
if [ "$E2E_TEST" = "tests-dfx/build_rust.bash" ] && command -v cargo-audit &>/dev/null; then
cargo uninstall cargo-audit
fi
if [ "$E2E_TEST" = "tests-dfx/certificate.bash" ]; then
Expand Down

0 comments on commit c2ac4af

Please sign in to comment.