mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-24 23:23:59 -06:00
Fix CICD
This commit is contained in:
parent
905ad5296b
commit
7e87d9f031
5 changed files with 7 additions and 7 deletions
|
@ -40,7 +40,7 @@ while getopts ":dsiuhgbr" opt; do
|
|||
BUILD_DEPS="1"
|
||||
;;
|
||||
s )
|
||||
BUILD_BAMBU_STUDIO="1"
|
||||
BUILD_ORCA="1"
|
||||
;;
|
||||
b )
|
||||
BUILD_DEBUG="1"
|
||||
|
@ -212,7 +212,7 @@ then
|
|||
echo "done"
|
||||
fi
|
||||
|
||||
if [[ -n "$BUILD_BAMBU_STUDIO" ]]
|
||||
if [[ -n "$BUILD_ORCA" ]]
|
||||
then
|
||||
echo "[7/9] Configuring Slic3r..."
|
||||
BUILD_ARGS=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue