Skip to content

Commit a606ec3

Browse files
committed
Fixing issue with rustup toolchain.
1 parent 9706abb commit a606ec3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/provision-darwin.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ 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
5355

5456
# Install matchers
5557
matchers_version=1.2.0

0 commit comments

Comments
 (0)