mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 23:15:52 +08:00
allow copy to fail
This commit is contained in:
parent
6b31e6a776
commit
0140c2a601
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…
x
Reference in New Issue
Block a user