From b65cd0181f9882b1bc68fd6d42db7e4fd4a200ef Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Wed, 29 Nov 2023 22:14:18 +0100 Subject: [PATCH] Disable shared openssl for Windows Temp fix Contributes to CURA-10561 --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ad946d9d99..f1772c7f60 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: |