gha: \LD instead

This commit is contained in:
Alex Garcia 2024-06-28 22:13:11 -07:00
parent 09203f360d
commit 7a6e824ea5

View file

@ -69,7 +69,7 @@ jobs:
shell: bash shell: bash
- run: make sqlite-vec.h - run: make sqlite-vec.h
- run: mkdir dist - run: mkdir dist
- run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 sqlite-vec.c -o dist/vec0.dll - run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 /LD sqlite-vec.c -o dist/vec0.dll
- run: pip install pytest numpy; make test-loadable - run: pip install pytest numpy; make test-loadable
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
with: with: