From dda6c90f10aa30f8fde8b6ceb77771ed67fde0ea Mon Sep 17 00:00:00 2001 From: rzadp Date: Wed, 12 Jun 2024 13:17:51 +0200 Subject: [PATCH] prerequisites first so we have git --- .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 20b3483..fdabb83 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