Skip to content

Commit

Permalink
ci : updated build.yml to use build-xcframework.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
danbev committed Feb 21, 2025
1 parent 760be75 commit c2f1f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ jobs:
- name: xcodebuild for swift package
id: xcodebuild
run: |
xcodebuild -scheme llama-Package -destination "${{ matrix.destination }}"
./build-xcframework.sh
windows-msys2:
runs-on: windows-latest
Expand Down Expand Up @@ -1333,7 +1333,7 @@ jobs:
- name: xcodebuild for swift package
id: xcodebuild
run: |
xcodebuild -scheme llama-Package -destination 'generic/platform=iOS'
./build-xcframework.sh
- name: Build Xcode project
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
Expand Down

0 comments on commit c2f1f71

Please sign in to comment.