This repository was archived by the owner on Nov 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments