ci: Change PATH var
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 23s
Build system / Build (pull_request) Successful in 5m23s

Due to update of toolchain container, fasm in /home/autobuild/... folder
This commit is contained in:
2025-03-17 13:45:21 +03:00
parent 3357404572
commit ad2d84f55f

View File

@@ -77,6 +77,7 @@ jobs:
- name: Build and install kerpack - name: Build and install kerpack
if: steps.cache-toolchain.outputs.cache-hit != 'true' if: steps.cache-toolchain.outputs.cache-hit != 'true'
run: | run: |
export PATH=/home/autobuild/tools/win32/bin:$PATH
cd ${{ gitea.workspace }}/programs/other/kpack/kerpack_linux/ cd ${{ gitea.workspace }}/programs/other/kpack/kerpack_linux/
make make
chmod +x kerpack chmod +x kerpack
@@ -85,6 +86,7 @@ jobs:
- name: Build and install kpack - name: Build and install kpack
if: steps.cache-toolchain.outputs.cache-hit != 'true' if: steps.cache-toolchain.outputs.cache-hit != 'true'
run: | run: |
export PATH=/home/autobuild/tools/win32/bin:$PATH
cd ${{ gitea.workspace }}/programs/other/kpack/linux/ cd ${{ gitea.workspace }}/programs/other/kpack/linux/
bash build.sh bash build.sh
chmod +x kpack chmod +x kpack