ci: Change PATH var
Due to update of toolchain container, fasm in /home/autobuild/... folder
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user