fix test build

This commit is contained in:
Егор 2024-11-09 17:35:08 +00:00
parent 3dc15f3597
commit 99f3639668

View File

@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Run script
run: ${{ github.workspace }}/./install.sh
run: echo '/home/autobuild/tools' | ${{ github.workspace }}/./install.sh
- name: Add toolchain to path
run: echo "/home/autobuild/tools/win32/bin" >> $GITHUB_PATH
@ -84,7 +84,7 @@ jobs:
path: './build'
- name: Install package
run: sudo apt install ${{ github.workspace }}/build/package.deb
run: echo '/home/autobuild/tools' | sudo apt install ${{ github.workspace }}/build/package.deb -y
- name: Add toolchain to path
run: echo "/home/autobuild/tools/win32/bin" >> $GITHUB_PATH