mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-06-13 23:31:03 +00:00
prerequisites first so we have git
This commit is contained in:
@@ -21,13 +21,13 @@ jobs:
|
|||||||
- "debian:latest"
|
- "debian:latest"
|
||||||
container: ${{ matrix.container }}
|
container: ${{ matrix.container }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Run the prerequisites script
|
- name: Run the prerequisites script
|
||||||
run: |
|
run: |
|
||||||
DIST="$(echo "${{ matrix.container }}" | cut -d':' -f1)"
|
DIST="$(echo "${{ matrix.container }}" | cut -d':' -f1)"
|
||||||
sh ./.github/scripts/${DIST}-prerequisites.sh
|
sh ./.github/scripts/${DIST}-prerequisites.sh
|
||||||
|
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# We've run into out-of-disk error when compiling Polkadot in the next step, so we free up some space this way.
|
# We've run into out-of-disk error when compiling Polkadot in the next step, so we free up some space this way.
|
||||||
- name: Free Disk Space (Ubuntu)
|
- name: Free Disk Space (Ubuntu)
|
||||||
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # 1.3.1
|
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # 1.3.1
|
||||||
|
|||||||
Reference in New Issue
Block a user