forgejo workflow: [BUGFIX]
This commit is contained in:
parent
a0338f98a2
commit
802d4cdce1
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
PREFIX=${{github.workspace}}/local
|
||||
PATH=$PREFIX/bin:$PATH
|
||||
echo "::group::xo-indentlog configure"
|
||||
cmake -S xo-indentlog -B .build/xo-indentlog -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_PREFIX_PATH=$PREFIX -DENABLE_TESTING
|
||||
cmake -S xo-indentlog -B .build/xo-indentlog -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_PREFIX_PATH=$PREFIX -DENABLE_TESTING=1
|
||||
echo "::endgroup::"
|
||||
echo "::group::xo-indentlog build"
|
||||
cmake --build .build/xo-indentlog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue