Skip to content

Commit ade3ea6

Browse files
committed
fix tests
1 parent 8a5bda6 commit ade3ea6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/windows.yml

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

1515
steps:
16+
- name: OpenSSL
17+
shell: cmd
18+
run: |
19+
where openssl
20+
exit 1
21+
1622
- name: Checkout mergin-cpp-client
1723
uses: actions/checkout@v2
1824
with:
@@ -77,10 +83,10 @@ jobs:
7783
copy ..\build-mergin-cpp-client\release\mergin.exe mergin.exe
7884
copy ..\build-geodiff\Release\geodiff.dll geodiff.dll
7985
80-
dir "%Qt5_Dir%"
86+
dir "%Qt5_Dir%\bin"
8187
dir "%Qt5_Dir%\lib"
82-
copy %Qt5_Dir%\lib\libcrypto.dll libcrypto.dll
83-
copy %Qt5_Dir%\lib\libssl.dll libssl.dll
88+
copy "%Qt5_Dir%\lib\libcrypto.dll" libcrypto.dll
89+
copy "%Qt5_Dir%\lib\libssl.dll" libssl.dll
8490
8591
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
8692
windeployqt --release mergin.exe

0 commit comments

Comments
 (0)