From b8481443ad8eba3f02af02eb386af893d4b7fc2e Mon Sep 17 00:00:00 2001 From: rzadp Date: Wed, 12 Jun 2024 11:44:18 +0200 Subject: [PATCH] debug --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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