From 4c84ccd2392670ead241818759f418cecac52a7a Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Thu, 8 Aug 2024 10:25:47 +0200 Subject: [PATCH] added -y to cargo install --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f55a00..1dbb240 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Install Cargo (MacOS) if: contains(matrix.os, 'macos') - run: curl https://sh.rustup.rs -sSf | sh + run: curl https://sh.rustup.rs -sSf -y | sh # 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)