Skip to content

Commit 8a5bda6

Browse files
committed
add libcrypto
1 parent a3d64fc commit 8a5bda6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/windows.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v2
2323
with:
2424
repository: lutraconsulting/input
25-
ref: mergin_cpp
25+
ref: projects-model-refactoring-main
2626
path: input
2727

2828
- name: Checkout geodiff
@@ -76,6 +76,12 @@ jobs:
7676
cd rel
7777
copy ..\build-mergin-cpp-client\release\mergin.exe mergin.exe
7878
copy ..\build-geodiff\Release\geodiff.dll geodiff.dll
79+
80+
dir "%Qt5_Dir%"
81+
dir "%Qt5_Dir%\lib"
82+
copy %Qt5_Dir%\lib\libcrypto.dll libcrypto.dll
83+
copy %Qt5_Dir%\lib\libssl.dll libssl.dll
84+
7985
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
8086
windeployqt --release mergin.exe
8187
dir

0 commit comments

Comments
 (0)