debug nsis

This commit is contained in:
tooomm 2026-07-26 23:10:56 +02:00
parent 1118c26a5c
commit ee1a7815e9
4 changed files with 14 additions and 6 deletions

View file

@ -326,10 +326,12 @@ if [[ $USE_CCACHE == 1 ]]; then
ccache --show-config
echo " -----"
ccache --show-stats
ccache --show-compression
echo " -----"
ccache --zero-stats
echo " -----"
ccache --show-stats
ccache --show-compression
echo "::endgroup::"
fi