From 99c76232976747487d27807dd58fcc4ea7a42ac5 Mon Sep 17 00:00:00 2001 From: rzadp Date: Wed, 12 Jun 2024 11:47:30 +0200 Subject: [PATCH] use bash? --- .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 e4f9366..fa75925 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,9 +22,8 @@ jobs: - name: Run the prerequisites script run: | - pwd - ls -al ./.github/scripts/$(echo "${{ matrix.container }}" | cut -d':' -f1)-prerequisites.sh + shell: bash # - name: Rust compilation prerequisites # run: |