added more missing deps

This commit is contained in:
Javier Bullrich
2024-08-08 11:33:56 +02:00
parent 33067c2c1f
commit 7b2ebf016f
+1
View File
@@ -35,6 +35,7 @@ jobs:
curl https://sh.rustup.rs -sSf -y | sh
brew install protobuf
rustup target add wasm32-unknown-unknown --toolchain stable-aarch64-apple-darwin
rustup component add rust-src --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)