mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-22 02:07:57 +00:00
extract var
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user