mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2025-09-20 18:00:07 +02:00
fix package test in test.yml
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -58,6 +58,10 @@ jobs:
|
|||||||
- name: Install package
|
- name: Install package
|
||||||
run: sudo apt install ${{ github.workspace }}/package.deb
|
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
|
- name: Test run
|
||||||
run: |
|
run: |
|
||||||
kos32-g++ -v
|
kos32-g++ -v
|
||||||
|
Reference in New Issue
Block a user