Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Nov 14, 2023
1 parent 0f6352d commit d8f6586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/workflows/provision-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ "$E2E_TEST" = "tests-dfx/certificate.bash" ]; then
fi
if [ "$E2E_TEST" = "tests-dfx/deps.bash" ]; then
cargo install cargo-binstall
cargo binstall ic-wasm
cargo binstall -y ic-wasm
fi

# Exit temporary directory.
Expand Down
2 changes: 1 addition & 1 deletion scripts/workflows/provision-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ "$E2E_TEST" = "tests-dfx/identity_encryption.bash" ] || [ "$E2E_TEST" = "te
fi
if [ "$E2E_TEST" = "tests-dfx/deps.bash" ]; then
cargo install cargo-binstall
cargo binstall ic-wasm
cargo binstall -y ic-wasm
fi

# Set environment variables.
Expand Down

0 comments on commit d8f6586

Please sign in to comment.