mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-06-19 15:31:03 +00:00
extract var
This commit is contained in:
@@ -22,7 +22,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Run the prerequisites script
|
- name: Run the prerequisites script
|
||||||
run: |
|
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
|
shell: bash
|
||||||
|
|
||||||
# - name: Rust compilation prerequisites
|
# - name: Rust compilation prerequisites
|
||||||
|
|||||||
Reference in New Issue
Block a user