From ad2d84f55fa6faaca3f2bf95fdded4791be09301 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Mon, 17 Mar 2025 13:45:21 +0300 Subject: [PATCH] ci: Change PATH var Due to update of toolchain container, fasm in /home/autobuild/... folder --- .gitea/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index cc46d268a..3b826423a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -77,6 +77,7 @@ jobs: - name: Build and install kerpack if: steps.cache-toolchain.outputs.cache-hit != 'true' run: | + export PATH=/home/autobuild/tools/win32/bin:$PATH cd ${{ gitea.workspace }}/programs/other/kpack/kerpack_linux/ make chmod +x kerpack @@ -85,6 +86,7 @@ jobs: - name: Build and install kpack if: steps.cache-toolchain.outputs.cache-hit != 'true' run: | + export PATH=/home/autobuild/tools/win32/bin:$PATH cd ${{ gitea.workspace }}/programs/other/kpack/linux/ bash build.sh chmod +x kpack