From 09203f360de3742d43e778fbfc565dca6900e61f Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 28 Jun 2024 22:10:08 -0700 Subject: [PATCH] gha: win cl --- .github/workflows/test.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 836e7ce..8a90816 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -68,13 +68,8 @@ jobs: - run: ./scripts/vendor.sh shell: bash - run: make sqlite-vec.h - - run: cl.exe \ - /fPIC -shared \ - /W4 \ - /Ivendor/ \ - /O2 \ - \ - sqlite-vec.c -o dist/vec0.dll + - run: mkdir dist + - run: cl.exe /fPIC -shared /W4 /Ivendor/ /O2 sqlite-vec.c -o dist/vec0.dll - run: pip install pytest numpy; make test-loadable - uses: actions/upload-artifact@v4 with: