mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-25 02:43:02 -07:00
debug nsis
This commit is contained in:
parent
1118c26a5c
commit
ee1a7815e9
4 changed files with 14 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ echo "Renaming '$package' to '$package_new'"
|
|||
mv "$package_path" "$package_path_new"
|
||||
du -h "$package_path_new"
|
||||
|
||||
#TODO remove package_path as it's default working direcotry / repo root?
|
||||
{
|
||||
echo "package_path=$package_path_new" >> "$GITHUB_OUTPUT"
|
||||
echo "package=$package_new" >> "$GITHUB_OUTPUT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue