ci: Change PATH var
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 29s
Build system / Build (pull_request) Successful in 4m59s

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 de3332d6aa
commit 9813144f6d

View File

@@ -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