mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 17:26:25 +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
|
- run: ./scripts/vendor.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: make loadable
|
- run: make loadable
|
||||||
|
env:
|
||||||
|
## TODO temporary, should be unset (ie cl.exe)
|
||||||
|
CC: gcc
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: sqlite-vec-windows-x86_64-extension
|
name: sqlite-vec-windows-x86_64-extension
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue