From 1ad9a8ce75b21c6d65adc45398d25e8490922563 Mon Sep 17 00:00:00 2001 From: rzadp Date: Wed, 12 Jun 2024 11:52:20 +0200 Subject: [PATCH] debug --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f31059..c38ac31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Run the prerequisites script run: | DIST="$(echo "${{ matrix.container }}" | cut -d':' -f1)" - ./.github/scripts/${DIST}-prerequisites.sh + bash ./.github/scripts/${DIST}-prerequisites.sh shell: bash # - name: Rust compilation prerequisites