1 Commits

Author SHA1 Message Date
82cf481107 ci: Change PATH var
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 25s
Build system / Build (pull_request) Failing after 39s
Due to update of toolchain container, fasm in /home/autobuild/... folder
2025-03-17 13:47:40 +03:00

View File

@@ -75,10 +75,9 @@ jobs:
chmod +x /home/autobuild/tools/win32/bin/objconv
- name: Build and install kerpack
environment:
PATH: /home/autobuild/tools/win32/bin:$PATH
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