From 6214feffd4f8ea127bc650d68b58fb2ce0862aa1 Mon Sep 17 00:00:00 2001 From: Peter Petrik Date: Fri, 9 Apr 2021 11:07:42 +0200 Subject: [PATCH] fix tests --- .github/workflows/windows.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 31e4f21..e7a4e53 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -13,16 +13,6 @@ jobs: platform: x86 steps: - - name: OpenSSL - shell: cmd - run: | - where openssl - dir "C:\Program Files\OpenSSL\" - dir "C:\Program Files\OpenSSL\bin" - dir "C:\Program Files\OpenSSL\lib" - dir - exit 1 - - name: Checkout mergin-cpp-client uses: actions/checkout@v2 with: @@ -86,12 +76,8 @@ jobs: cd rel copy ..\build-mergin-cpp-client\release\mergin.exe mergin.exe copy ..\build-geodiff\Release\geodiff.dll geodiff.dll - - 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 "C:\Program Files\OpenSSL\bin\libcrypto-1_1-x64.dll" libcrypto-1_1-x64.dll + copy "C:\Program Files\OpenSSL\bin\libssl-1_1-x64.dll" libssl-1_1-x64.dll call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat" windeployqt --release mergin.exe dir