mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -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
|
name: build deps
|
||||||
working-directory: ${{ github.workspace }}
|
working-directory: ${{ github.workspace }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: ./BuildLinux.sh -dsr
|
run: ./BuildLinux.sh -dr
|
||||||
|
|
||||||
- name: Build Studio
|
- name: Build Studio
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./BuildLinux.sh -ir
|
run: ./BuildLinux.sh -isr
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: BambuStudio-SoftFever_Linux
|
name: BambuStudio-SoftFever_Linux
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue