Skip to content

Commit

Permalink
gha: sysroot
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Aug 27, 2024
1 parent 293e928 commit 4208fd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,12 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- run: ./scripts/vendor.sh
- run: make CFLAGS="-target x86_64-apple-ios" loadable static

- run: make CFLAGS="-target x86_64-apple-ios -isysroot $(xcrun -sdk iphoneos --show-sdk-path)" loadable static
- uses: actions/upload-artifact@v4
with:
name: sqlite-vec-ios-testing-extension
Expand Down

0 comments on commit 4208fd3

Please sign in to comment.