From 63d2bcc6225f7a71faa8535513ffe314c673ce50 Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 29 May 2025 20:29:50 +0200 Subject: [PATCH] Update compile.sh --- .ci/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/compile.sh b/.ci/compile.sh index 4c19ecea9..ac32a43a4 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -178,7 +178,7 @@ if [[ $RUNNER_OS == Windows ]]; then rm -f ./oracle/liblzma.dll rm -f ./vcpkg_installed/x64-windows/debug/bin/liblzma.dll - echo "$FOUND_DLL" + find . -iname "liblzma.dll" else echo "ERROR: liblzma.dll not found after build!"