Disable shared openssl for Windows

Temp fix

Contributes to CURA-10561
This commit is contained in:
Jelle Spijker 2023-11-29 22:14:18 +01:00
parent ac55306d0b
commit b65cd0181f

View file

@ -140,8 +140,8 @@ jobs:
.\cura_inst\Scripts\activate_github_actions_env.ps1
.\cura_inst\Scripts\activate_github_actions_version_env.ps1
- name: Install OpenSSL shared
run: conan install openssl/1.1.1l@_/_ --build=missing --update -o openssl:shared=True -g deploy
# - name: Install OpenSSL shared
# run: conan install openssl/1.1.1l@_/_ --build=missing --update -o openssl:shared=True -g deploy
- name: Copy OpenSSL shared (Powershell)
run: |