From 7b2ebf016fb742f898da216f74bd12685ea7b43d Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Thu, 8 Aug 2024 11:33:56 +0200 Subject: [PATCH] added more missing deps --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57241c6..2ee205c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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)