Don't try to copy non existing openssl

Contributes to CURA-10831
This commit is contained in:
Jelle Spijker 2023-11-30 07:16:15 +01:00
parent b65cd0181f
commit ff19142fdf
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -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