added missing installation

This commit is contained in:
Javier Bullrich
2024-08-08 10:56:22 +02:00
parent 4c84ccd239
commit a5e12feede
+3 -1
View File
@@ -31,7 +31,9 @@ jobs:
- name: Install Cargo (MacOS)
if: contains(matrix.os, 'macos')
run: curl https://sh.rustup.rs -sSf -y | sh
run: |
curl https://sh.rustup.rs -sSf -y | sh
brew install protobuf
# 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)