extract var

This commit is contained in:
rzadp
2024-06-12 11:50:39 +02:00
parent 99c7623297
commit 8a14312e6c
+2 -1
View File
@@ -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