gha: win32 cc fix

This commit is contained in:
Alex Garcia 2024-07-05 12:49:41 -07:00
parent 77b4f552f7
commit e89309df61

View file

@ -52,7 +52,7 @@ jobs:
- run: ./scripts/vendor.sh
shell: bash
- 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
with:
name: sqlite-vec-windows-x86_64-extension