We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9706abb commit a606ec3Copy full SHA for a606ec3
.github/workflows/provision-darwin.sh
@@ -50,6 +50,8 @@ 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
0 commit comments