Skip to content

Commit c2f1f71

Browse files
committed
ci : updated build.yml to use build-xcframework.sh
1 parent 760be75 commit c2f1f71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ jobs:
707707
- name: xcodebuild for swift package
708708
id: xcodebuild
709709
run: |
710-
xcodebuild -scheme llama-Package -destination "${{ matrix.destination }}"
710+
./build-xcframework.sh
711711
712712
windows-msys2:
713713
runs-on: windows-latest
@@ -1333,7 +1333,7 @@ jobs:
13331333
- name: xcodebuild for swift package
13341334
id: xcodebuild
13351335
run: |
1336-
xcodebuild -scheme llama-Package -destination 'generic/platform=iOS'
1336+
./build-xcframework.sh
13371337
13381338
- name: Build Xcode project
13391339
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)