github: bugfix: must re-set PREFIX
This commit is contained in:
parent
4058fbb841
commit
cdd9743ec8
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
|
|
@ -39,6 +39,7 @@ jobs:
|
|||
|
||||
- name: build xo subprojects
|
||||
run: |
|
||||
PREFIX=${{github.workspace}}/local
|
||||
PATH=${{github.workspace}}/local/bin:${PATH}
|
||||
echo "::group::xo configure"
|
||||
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue