diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 724d00f..e4f9366 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: - name: Run the prerequisites script run: | + pwd + ls -al ./.github/scripts/$(echo "${{ matrix.container }}" | cut -d':' -f1)-prerequisites.sh # - name: Rust compilation prerequisites