Skip to content

Commit bc70c69

Browse files
authored
Update release.yaml
1 parent 3c7ef4c commit bc70c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v4
61-
- run: sudo apt-get install gcc-arm-linux-gnueabihf
61+
- run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu
6262
- run: ./scripts/vendor.sh
6363
- run: make sqlite-vec.h
64-
- run: make CC=arm-linux-gnueabihf-gcc loadable static
64+
- run: make CC=aarch64-linux-gnu-gcc loadable static
6565
- uses: actions/upload-artifact@v4
6666
with:
6767
name: sqlite-vec-linux-aarch64-extension

0 commit comments

Comments
 (0)