Skip to content

Commit 3627daf

Browse files
authored
chore: pin binstall version so CI doent spontaneously break (#3793)
1 parent c12f4be commit 3627daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/workflows/provision-darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ "$E2E_TEST" = "tests-dfx/certificate.bash" ]; then
2828
brew install mitmproxy
2929
fi
3030
if [ "$E2E_TEST" = "tests-dfx/deps.bash" ]; then
31-
cargo install cargo-binstall
31+
cargo install cargo-binstall@1.6.9
3232
cargo binstall -y ic-wasm
3333
fi
3434

scripts/workflows/provision-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ "$E2E_TEST" = "tests-dfx/build_rust.bash" ]; then
5050
fi
5151

5252
if [ "$E2E_TEST" = "tests-dfx/deps.bash" ]; then
53-
cargo install cargo-binstall
53+
cargo install cargo-binstall@1.6.9
5454
cargo binstall -y ic-wasm
5555
fi
5656

0 commit comments

Comments
 (0)