Skip to content

Commit

Permalink
checkout first
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Jun 12, 2024
1 parent 020a621 commit 9e31aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e31aa7

Please sign in to comment.