try CMAKE_MODULE_PATH
This commit is contained in:
parent
52d26de787
commit
577fea0b0b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main-stock-ubuntu.yml
vendored
4
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -59,10 +59,10 @@ jobs:
|
|||
PREFIX=${{github.workspace}}/local
|
||||
PATH=${{github.workspace}}/local/bin:${PATH}
|
||||
echo "::group::xo configure"
|
||||
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_PREFIX_PATH=/usr
|
||||
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_MODULE_PATH=/usr/local/lib --verbose
|
||||
echo "::group::xo build"
|
||||
cmake --build .build
|
||||
echo "::gorup::xo install"
|
||||
echo "::group::xo install"
|
||||
cmake --install .build
|
||||
|
||||
- name: print install path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue