Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Apr 9, 2021
1 parent 8a5bda6 commit ade3ea6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
platform: x86

steps:
- name: OpenSSL
shell: cmd
run: |
where openssl
exit 1
- name: Checkout mergin-cpp-client
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -77,10 +83,10 @@ jobs:
copy ..\build-mergin-cpp-client\release\mergin.exe mergin.exe
copy ..\build-geodiff\Release\geodiff.dll geodiff.dll
dir "%Qt5_Dir%"
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 "%Qt5_Dir%\lib\libcrypto.dll" libcrypto.dll
copy "%Qt5_Dir%\lib\libssl.dll" libssl.dll
call "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
windeployqt --release mergin.exe
Expand Down

0 comments on commit ade3ea6

Please # to comment.