try including /usr/include in CMAKE_PREFIX_PATH
This commit is contained in:
parent
1ccd4a308f
commit
5f69fbc1f8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main-stock-ubuntu.yml
vendored
2
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
PREFIX=${{github.workspace}}/local
|
||||
PATH=${{github.workspace}}/local/bin:${PATH}
|
||||
echo "::group::xo configure"
|
||||
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX}
|
||||
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_PREFIX_PATH=/usr/include
|
||||
echo "::group::xo build"
|
||||
cmake --build .build
|
||||
echo "::gorup::xo install"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue