Skip to content

Commit

Permalink
gha: arm64?
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Aug 27, 2024
1 parent 10b54df commit d529eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
xcode-version: latest-stable
- run: ./scripts/vendor.sh

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

0 comments on commit d529eb0

Please sign in to comment.