fix package test in test.yml

This commit is contained in:
Егор 2024-11-08 17:02:51 +05:00 committed by GitHub
parent 5deba53689
commit 45d8910f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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