added wasm32 toolchain

This commit is contained in:
Javier Bullrich
2024-08-08 11:11:46 +02:00
parent a5e12feede
commit 33067c2c1f
+1
View File
@@ -34,6 +34,7 @@ jobs:
run: |
curl https://sh.rustup.rs -sSf -y | sh
brew install protobuf
rustup target add wasm32-unknown-unknown --toolchain stable-aarch64-apple-darwin
# We've run into out-of-disk error when compiling Polkadot in the next step, so we free up some space this way.
- name: Free Disk Space (Ubuntu)