mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-21 17:03:48 +01:00
fix package test in test.yml
This commit is contained in:
parent
5deba53689
commit
45d8910f84
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -58,6 +58,10 @@ jobs:
|
||||
- name: Install package
|
||||
run: sudo apt install ${{ github.workspace }}/package.deb
|
||||
|
||||
- name: Add toolchain to path
|
||||
run: echo "/home/autobuild/tools/win32/bin" >> $GITHUB_PATH
|
||||
|
||||
|
||||
- name: Test run
|
||||
run: |
|
||||
kos32-g++ -v
|
||||
|
Loading…
Reference in New Issue
Block a user