From ade3ea69a571fe7f0f3238164c6a1d3344dc9068 Mon Sep 17 00:00:00 2001 From: Peter Petrik Date: Fri, 9 Apr 2021 11:01:55 +0200 Subject: [PATCH] fix tests --- .github/workflows/windows.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 492dee4..4c2b092 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -13,6 +13,12 @@ jobs: platform: x86 steps: + - name: OpenSSL + shell: cmd + run: | + where openssl + exit 1 + - name: Checkout mergin-cpp-client uses: actions/checkout@v2 with: @@ -77,10 +83,10 @@ jobs: copy ..\build-mergin-cpp-client\release\mergin.exe mergin.exe copy ..\build-geodiff\Release\geodiff.dll geodiff.dll - dir "%Qt5_Dir%" + dir "%Qt5_Dir%\bin" dir "%Qt5_Dir%\lib" - copy %Qt5_Dir%\lib\libcrypto.dll libcrypto.dll - copy %Qt5_Dir%\lib\libssl.dll libssl.dll + copy "%Qt5_Dir%\lib\libcrypto.dll" libcrypto.dll + copy "%Qt5_Dir%\lib\libssl.dll" libssl.dll call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat" windeployqt --release mergin.exe