update.test.yml

This commit is contained in:
Егор 2024-11-08 16:03:05 +00:00
parent f470a40d30
commit dcbf7a3e1f

View File

@ -68,7 +68,7 @@ jobs:
cmake --build ${{ github.workspace }}/build --target Package
- name: Install package
run: sudo dpkg -i ${{ github.workspace }}/package.deb
run: sudo dpkg -i ${{ github.workspace }}/build/package.deb
- name: Add toolchain to path
run: echo "/home/autobuild/tools/win32/bin" >> $GITHUB_PATH