mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 17:26:25 +02:00
gha: win32 cc fix
This commit is contained in:
parent
77b4f552f7
commit
e89309df61
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
- run: ./scripts/vendor.sh
|
- run: ./scripts/vendor.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: make loadable static CC=gcc
|
- run: make loadable static CC=gcc
|
||||||
- run: pip install pytest numpy; make test-loadable
|
- run: pip install pytest numpy; make test-loadable 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