From e89309df6197939656a14519f643ee21e47fadd9 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Fri, 5 Jul 2024 12:49:41 -0700 Subject: [PATCH] gha: win32 cc fix --- .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 330000d..9798e77 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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