From ff19142fdf749f3012677e8510099604563b2826 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 30 Nov 2023 07:16:15 +0100 Subject: [PATCH] Don't try to copy non existing openssl Contributes to CURA-10831 --- .github/workflows/windows.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f1772c7f60..6944969313 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -142,11 +142,11 @@ jobs: # - 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: | - cp openssl/bin/*.dll ./cura_inst/Scripts/ - cp openssl/lib/*.lib ./cura_inst/Lib/ +# +# - name: Copy OpenSSL shared (Powershell) +# run: | +# cp openssl/bin/*.dll ./cura_inst/Scripts/ +# cp openssl/lib/*.lib ./cura_inst/Lib/ - name: Create the Cura dist run: pyinstaller ./cura_inst/UltiMaker-Cura.spec