File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 91
91
92
92
# Build Release iOS Frameworks
93
93
PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \
94
- build/build_apple_frameworks.sh --Release -- coreml --mps --optimized --portable --quantized --xnnpack
94
+ build/build_apple_frameworks.sh --coreml --mps --optimized --portable --quantized --xnnpack
95
95
96
96
# Bundle Release iOS Frameworks
97
97
for FRAMEWORK in "${FRAMEWORKS[@]}"; do (
@@ -100,7 +100,7 @@ jobs:
100
100
101
101
# Build Debug iOS Frameworks
102
102
PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \
103
- build/build_apple_frameworks.sh --Debug -- coreml --mps --optimized --portable --quantized --xnnpack
103
+ build/build_apple_frameworks.sh --coreml --mps --optimized --portable --quantized --xnnpack --Debug
104
104
105
105
# Bundle Debug iOS Frameworks
106
106
for FRAMEWORK in "${FRAMEWORKS[@]}"; do (
You can’t perform that action at this time.
0 commit comments