We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a606ec3 commit 0f6608eCopy full SHA for 0f6608e
.github/workflows/provision-darwin.sh
@@ -50,8 +50,6 @@ brew install cmake
50
curl --location --output install-rustup.sh "https://sh.rustup.rs"
51
bash install-rustup.sh -y
52
rustup target add wasm32-unknown-unknown
53
-echo "Install active Rust toolchain"
54
-rustup show active-toolchain || rustup toolchain install
55
56
# Install matchers
57
matchers_version=1.2.0
.github/workflows/rust-basic-bitcoin-example.yml
@@ -26,6 +26,7 @@ jobs:
26
run: |
27
dfx start --background
28
pushd rust/basic_bitcoin
29
+ rustup show active-toolchain || rustup toolchain install
30
make deploy
31
popd
32
rust-basic-bitcoin-linux:
0 commit comments