debugging

This commit is contained in:
RickyRister 2025-09-22 02:12:08 -07:00
parent bbef20fd8f
commit d301c6e229

View file

@ -161,6 +161,7 @@ fi
echo "::group::Configure cmake"
cmake --version
echo "Running cmake with flags:" "${flags[@]}"
cmake .. "${flags[@]}"
echo "::endgroup::"