checkout first

This commit is contained in:
rzadp
2024-06-12 13:27:56 +02:00
parent 020a6215f1
commit 9e31aa7f45
+2 -2
View File
@@ -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