Skip to content

Commit 8ba166a

Browse files
committed
ci : cont
1 parent c9003ce commit 8ba166a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ jobs:
11341134
- name: xcodebuild for swift package
11351135
id: xcodebuild
11361136
run: |
1137-
xcodebuild -scheme llama-Package -destination "${{ matrix.destination }}"
1137+
xcodebuild -scheme llama-Package -destination 'generic/platform=iOS'
11381138
11391139
- name: Build Xcode project
11401140
run: xcodebuild -project examples/llama.swiftui/llama.swiftui.xcodeproj -scheme llama.swiftui -sdk iphoneos CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= -destination 'generic/platform=iOS' build

0 commit comments

Comments
 (0)