Skip to content

Commit

Permalink
ci: use zig cc to build on linux arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodrr committed Nov 18, 2024
1 parent 34f4dbb commit a5bd79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: korandoru/setup-zig@v1
with:
zig-version: 0.13.0 # released versions or master
- run: make loadable
- run: make CC="zig cc -target aarch64-linux-gnu" loadable
- uses: actions/upload-artifact@v4
with:
name: sqlite-better-trigram-linux-arm64-extension
Expand Down

0 comments on commit a5bd79e

Please sign in to comment.