Skip to content

Commit

Permalink
added more missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Aug 8, 2024
1 parent 33067c2 commit 7b2ebf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7b2ebf0

Please sign in to comment.