This commit is contained in:
tooomm 2025-05-29 17:24:28 +02:00
parent 1801472475
commit 785d84d303
2 changed files with 6 additions and 8 deletions

View file

@ -139,7 +139,7 @@ if [[ $USE_CCACHE ]]; then
echo "::endgroup::"
fi
echo "::group::Configure cmake"
echo "::group::Configure CMake"
cmake --version
cmake .. "${flags[@]}"
echo "::endgroup::"