From 9e31aa7f45108cded3e41f1d56374dc73a5f938c Mon Sep 17 00:00:00 2001 From: rzadp Date: Wed, 12 Jun 2024 13:27:56 +0200 Subject: [PATCH] checkout first --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae20f35..c42fa58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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