mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-21 17:03:48 +01:00
fix test.yml
This commit is contained in:
parent
e08878da61
commit
376ae0fa91
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
||||
run: echo '/kolibrios-toolchain' | sudo apt install ${{ github.workspace }}/build/package.deb -y
|
||||
|
||||
- name: Add toolchain to path
|
||||
run: echo "/home/autobuild/tools/win32/bin" >> $GITHUB_PATH
|
||||
run: echo "/kolibrios-toolchain/win32/bin" >> $GITHUB_PATH
|
||||
|
||||
- name: Test run
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user