Skip to content

Commit 6214fef

Browse files
committed
fix tests
1 parent a527e51 commit 6214fef

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ jobs:
1313
platform: x86
1414

1515
steps:
16-
- name: OpenSSL
17-
shell: cmd
18-
run: |
19-
where openssl
20-
dir "C:\Program Files\OpenSSL\"
21-
dir "C:\Program Files\OpenSSL\bin"
22-
dir "C:\Program Files\OpenSSL\lib"
23-
dir
24-
exit 1
25-
2616
- name: Checkout mergin-cpp-client
2717
uses: actions/checkout@v2
2818
with:
@@ -86,12 +76,8 @@ jobs:
8676
cd rel
8777
copy ..\build-mergin-cpp-client\release\mergin.exe mergin.exe
8878
copy ..\build-geodiff\Release\geodiff.dll geodiff.dll
89-
90-
dir "%Qt5_Dir%\bin"
91-
dir "%Qt5_Dir%\lib"
92-
copy "%Qt5_Dir%\lib\libcrypto.dll" libcrypto.dll
93-
copy "%Qt5_Dir%\lib\libssl.dll" libssl.dll
94-
79+
copy "C:\Program Files\OpenSSL\bin\libcrypto-1_1-x64.dll" libcrypto-1_1-x64.dll
80+
copy "C:\Program Files\OpenSSL\bin\libssl-1_1-x64.dll" libssl-1_1-x64.dll
9581
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
9682
windeployqt --release mergin.exe
9783
dir

0 commit comments

Comments
 (0)