diff --git a/.github/workflows/invoke_crosstool.yaml b/.github/workflows/invoke_crosstool.yaml index 6471144..74b15ab 100644 --- a/.github/workflows/invoke_crosstool.yaml +++ b/.github/workflows/invoke_crosstool.yaml @@ -69,6 +69,8 @@ jobs: - name: Show disk space available - after run: | df -h + - name: Clone toolchains repo + uses: actions/checkout@v4 - name: Prerequisites (Linux) if: ${{ runner.os == 'Linux' }} run: | @@ -79,8 +81,6 @@ jobs: run: | brew install autoconf automake bash binutils coreutils gawk gnu-sed help2man make meson ncurses pkg-config python3 echo "$GITHUB_WORKSPACE/.local/bin" >> $GITHUB_PATH - - name: Clone toolchains repo - uses: actions/checkout@v4 - name: Download copy of crosstool-ng uses: actions/download-artifact@v4 with: