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