add sqlite3.h and sqlite3ext.h to rust bindings

This commit is contained in:
Alex Garcia 2024-07-12 09:41:54 -07:00
parent 4f6cf8bc7c
commit b001ba5083
2 changed files with 8 additions and 1 deletions

View file

@ -199,6 +199,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: ./scripts/vendor.sh
- run: make sqlite-vec.h
- run: make deps
working-directory: ./bindings/rust