github: correct loc for --verbose
This commit is contained in:
parent
577fea0b0b
commit
dfe0317bc1
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,9 +59,9 @@ 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 --verbose
|
||||
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_MODULE_PATH=/usr/local/lib
|
||||
echo "::group::xo build"
|
||||
cmake --build .build
|
||||
cmake --build .build --verbose
|
||||
echo "::group::xo install"
|
||||
cmake --install .build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue