github: fix PATH to use stage1 artifacts
This commit is contained in:
parent
e84fad8dab
commit
fa2bc5d08f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main-stock-ubuntu.yml
vendored
1
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -34,6 +34,7 @@ jobs:
|
|||
|
||||
- name: build xo subprojects
|
||||
run: |
|
||||
PATH=${{github.workspace}}/local/bin:${PATH}
|
||||
echo "::group::xo configure"
|
||||
cmake -B .build -B . -DCMAKE_INSTALL_PREFIX=${PREFIX}
|
||||
echo "::group::xo build"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue