forgejo workflow: [BUGFIX]
Some checks failed
cmake-docker / cmake-build (push) Successful in 2m0s
CI / smoke-test (push) Has been cancelled

This commit is contained in:
Roland Conybeare 2026-06-21 20:02:29 -04:00
commit 802d4cdce1

View file

@ -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