We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12f4be commit 3627dafCopy full SHA for 3627daf
scripts/workflows/provision-darwin.sh
@@ -28,7 +28,7 @@ if [ "$E2E_TEST" = "tests-dfx/certificate.bash" ]; then
28
brew install mitmproxy
29
fi
30
if [ "$E2E_TEST" = "tests-dfx/deps.bash" ]; then
31
- cargo install cargo-binstall
+ cargo install cargo-binstall@1.6.9
32
cargo binstall -y ic-wasm
33
34
scripts/workflows/provision-linux.sh
@@ -50,7 +50,7 @@ if [ "$E2E_TEST" = "tests-dfx/build_rust.bash" ]; then
50
51
52
53
54
55
56
0 commit comments