mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
fix windows release
This commit is contained in:
parent
db54f2f701
commit
c1760df54c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -42,6 +42,9 @@ jobs:
|
|||
- run: ./scripts/vendor.sh
|
||||
shell: bash
|
||||
- run: make loadable
|
||||
env:
|
||||
## TODO temporary, should be unset (ie cl.exe)
|
||||
CC: gcc
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-windows-x86_64-extension
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue