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