From 4c718893946fd68ebcd61ab55084b9fe51fa038c Mon Sep 17 00:00:00 2001 From: rzadp Date: Wed, 12 Jun 2024 12:25:47 +0200 Subject: [PATCH] change shell --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24dbba9..974f82a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,7 @@ jobs: - name: Run the prerequisites script run: | DIST="$(echo "${{ matrix.container }}" | cut -d':' -f1)" - bash ./.github/scripts/${DIST}-prerequisites.sh - shell: bash + sh ./.github/scripts/${DIST}-prerequisites.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)