mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 14:51:11 -06:00
fix linux CICD
This commit is contained in:
parent
f9200cc7e4
commit
948dee01ec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_linux.yml
vendored
4
.github/workflows/build_linux.yml
vendored
|
@ -33,11 +33,11 @@ jobs:
|
|||
name: build deps
|
||||
working-directory: ${{ github.workspace }}
|
||||
continue-on-error: true
|
||||
run: ./BuildLinux.sh -dsr
|
||||
run: ./BuildLinux.sh -dr
|
||||
|
||||
- name: Build Studio
|
||||
shell: bash
|
||||
run: ./BuildLinux.sh -ir
|
||||
run: ./BuildLinux.sh -isr
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: BambuStudio-SoftFever_Linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue