mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
allow copy to fail
This commit is contained in:
parent
6b31e6a776
commit
0140c2a601
1 changed files with 2 additions and 2 deletions
4
.github/workflows/cura-installer.yml
vendored
4
.github/workflows/cura-installer.yml
vendored
|
|
@ -174,8 +174,8 @@ jobs:
|
||||||
- name: Install OpenSSL shared (Bash)
|
- name: Install OpenSSL shared (Bash)
|
||||||
if: ${{ runner.os != 'Windows' }}
|
if: ${{ runner.os != 'Windows' }}
|
||||||
run: |
|
run: |
|
||||||
cp ./openssl/lib/*.so* ./cura_inst/bin/
|
cp ./openssl/lib/*.so* ./cura_inst/bin/ || true
|
||||||
cp ./openssl/lib/*.dylib* ./cura_inst/bin/
|
cp ./openssl/lib/*.dylib* ./cura_inst/bin/ || true
|
||||||
|
|
||||||
- name: Install OpenSSL shared (Powershell)
|
- name: Install OpenSSL shared (Powershell)
|
||||||
if: ${{ runner.os == 'Windows' }}
|
if: ${{ runner.os == 'Windows' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue