We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f73fd commit 69490c7Copy full SHA for 69490c7
.github/workflows/apple.yml
@@ -172,7 +172,7 @@ jobs:
172
173
# Build iOS Frameworks
174
PYTHON_EXECUTABLE=python ${CONDA_RUN} --no-capture-output \
175
- build/build_apple_frameworks.sh --coreml --custom --mps --optimized --portable --quantized --xnnpack --Release --Debug
+ build/build_apple_frameworks.sh --Release --Debug --coreml --custom --mps --optimized --portable --quantized --xnnpack
176
177
# Bundle iOS Frameworks
178
for FRAMEWORK in "${FRAMEWORKS[@]}"; do (
0 commit comments