mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-23 17:33:47 +01:00
fix test build
This commit is contained in:
parent
3dc15f3597
commit
99f3639668
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user