mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-21 23:47:57 +00:00
checkout first
This commit is contained in:
@@ -21,13 +21,13 @@ jobs:
|
||||
- "debian:latest"
|
||||
container: ${{ matrix.container }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Run the prerequisites script
|
||||
run: |
|
||||
DIST="$(echo "${{ matrix.container }}" | cut -d':' -f1)"
|
||||
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.
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # 1.3.1
|
||||
|
||||
Reference in New Issue
Block a user