Skip to content

Commit 7bf43b0

Browse files
authored
Update release.yml
iOS is not suitable to build examples
1 parent fb60b21 commit 7bf43b0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,7 @@ jobs:
630630
-DLLAMA_BUILD_SERVER=OFF \
631631
-DCMAKE_SYSTEM_NAME=iOS \
632632
-DCMAKE_OSX_DEPLOYMENT_TARGET=14.0 \
633-
-DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=ggml \
634-
-DLLAMA_BUILD_EXAMPLES=ON
633+
-DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=ggml
635634
cmake --build build --config Release -j $(sysctl -n hw.logicalcpu) -- CODE_SIGNING_ALLOWED=NO
636635
637636
- name: xcodebuild for swift package

0 commit comments

Comments
 (0)