From 7a6e824ea566397f71133574dfcbc355a8bf19e0 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 28 Jun 2024 22:13:11 -0700 Subject: [PATCH] gha: \LD instead --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8a90816..66f58c0 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -69,7 +69,7 @@ jobs: shell: bash - run: make sqlite-vec.h - 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 - uses: actions/upload-artifact@v4 with: