Skip to content

Commit 34b1cfc

Browse files
shoumikhinfacebook-github-bot
authored andcommitted
Fix frameworks build flags. (#2739)
Summary: Pull Request resolved: #2739 . Reviewed By: mergennachin Differential Revision: D55461219 fbshipit-source-id: dc3d226b1a53afad9d1cb97489a43ec5d4472850
1 parent 0eaa599 commit 34b1cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apple.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
# Build Release iOS Frameworks
9393
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
9595
9696
# Bundle Release iOS Frameworks
9797
for FRAMEWORK in "${FRAMEWORKS[@]}"; do (
@@ -100,7 +100,7 @@ jobs:
100100
101101
# Build Debug iOS Frameworks
102102
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
104104
105105
# Bundle Debug iOS Frameworks
106106
for FRAMEWORK in "${FRAMEWORKS[@]}"; do (

0 commit comments

Comments
 (0)