From 30a7fe2d015c266d2986e8a66fbd983be0626398 Mon Sep 17 00:00:00 2001 From: ia Date: Wed, 27 Mar 2024 12:18:33 +0300 Subject: [PATCH] workflow/push.yml - fix steps order to download toolchain only after repo with script downloading it is checked out --- .github/workflows/push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 359e4f38..c4be405c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -28,9 +28,6 @@ jobs: - name: Install python modules run: python3 -m pip install GitPython intelhex --upgrade - - name: Install standalone reference GCC toolchain - run: bash scripts/env.sh - - uses: actions/checkout@v4 with: submodules: true @@ -41,6 +38,9 @@ jobs: - name: Set git meta info run: echo "GITHUB_CI_PR_SHA=${{github.event.pull_request.head.sha}}" >> "${GITHUB_ENV}" + - name: Install standalone reference GCC toolchain + run: bash scripts/env.sh + - name: Build ${{ matrix.model }} run: source build.env && make V=1 -j$(nproc) -C src/