update test.yml

This commit is contained in:
Егор 2024-11-09 12:16:41 +00:00
parent b0e92ef197
commit 6cd179035c

View File

@ -68,8 +68,15 @@ jobs:
cmake --build ${{ github.workspace }}/build --target Package
- name: Install package
run: sudo dpkg -i ${{ github.workspace }}/build/package.deb
run: sudo apt install ${{ github.workspace }}/build/package.deb
- name: Add toolchain to path
run: echo "/home/autobuild/tools/win32/bin" >> $GITHUB_PATH
- name: Test run
run: |
kos32-g++ -v
kos32-gcc -v
- name: Remove package
run: sudo apt remove kos32-gcc