mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-27 00:14:40 -07:00
more debug
This commit is contained in:
parent
d0fa0f9ab9
commit
55dc929002
2 changed files with 22 additions and 0 deletions
|
|
@ -330,6 +330,12 @@ if [[ $MAKE_INSTALL ]]; then
|
|||
echo "::endgroup::"
|
||||
fi
|
||||
|
||||
if [[ $RUNNER_OS == Windows ]]; then
|
||||
echo "::group::Find DLLs"
|
||||
find vcpkg_installed -name "*.dll"
|
||||
echo "::endgroup::"
|
||||
fi
|
||||
|
||||
if [[ $MAKE_PACKAGE ]]; then
|
||||
echo "::group::Create package"
|
||||
cmake --build . --target package --config "$BUILDTYPE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue