From 6aa3467dabc5c69464d0ca8fa609dd7992cb50e4 Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 22 Jul 2026 21:06:45 +0200 Subject: [PATCH] remove vcpkg dll debug --- .ci/compile.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.ci/compile.sh b/.ci/compile.sh index 317eb7e1c..e028219f4 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -330,12 +330,6 @@ 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"