try CMAKE_PREFIX_PATH=/usr/local
This commit is contained in:
parent
dfe0317bc1
commit
f58d743b22
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
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
PREFIX=${{github.workspace}}/local
|
||||
PATH=${{github.workspace}}/local/bin:${PATH}
|
||||
echo "::group::xo configure"
|
||||
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_MODULE_PATH=/usr/local/lib
|
||||
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_FIND_DEBUG_MODE=ON -DCMAKE_PREFIX_PATH=/usr/local
|
||||
echo "::group::xo build"
|
||||
cmake --build .build --verbose
|
||||
echo "::group::xo install"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue