change shell

This commit is contained in:
rzadp
2024-06-12 12:25:47 +02:00
parent 7b16ab63a2
commit 4c71889394
+1 -2
View File
@@ -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)