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: |