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