Skip to content

Commit 0f6608e

Browse files
committed
Another attempt at fixing the toolchain issues.
1 parent a606ec3 commit 0f6608e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/provision-darwin.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ brew install cmake
5050
curl --location --output install-rustup.sh "https://sh.rustup.rs"
5151
bash install-rustup.sh -y
5252
rustup target add wasm32-unknown-unknown
53-
echo "Install active Rust toolchain"
54-
rustup show active-toolchain || rustup toolchain install
5553

5654
# Install matchers
5755
matchers_version=1.2.0

.github/workflows/rust-basic-bitcoin-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
dfx start --background
2828
pushd rust/basic_bitcoin
29+
rustup show active-toolchain || rustup toolchain install
2930
make deploy
3031
popd
3132
rust-basic-bitcoin-linux:

0 commit comments

Comments
 (0)