From 9e9c9eda02b7895792f6c61494d8f73a991ef67b Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Thu, 23 May 2024 11:24:15 -0700 Subject: [PATCH] gha: cosmo and windows fixes pls --- .github/workflows/test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a93e9ce..21de9ee 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -51,7 +51,7 @@ jobs: python-version: "3.12" - run: ./scripts/vendor.sh shell: bash - - run: make loadable + - run: make loadable CC=gcc - run: pip install pytest numpy; make test-loadable - uses: actions/upload-artifact@v4 with: @@ -79,9 +79,8 @@ jobs: mkdir $HOME/cosmo curl -L -o cosmocc-3.3.6.zip https://github.com/jart/cosmopolitan/releases/download/3.3.6/cosmocc-3.3.6.zip unzip cosmocc-3.3.6.zip -d $HOME/cosmo - echo "$HOME/cosmo/bin" >> $GITHUB_PATH - run: ./scripts/vendor.sh - - run: make cli CC=cosmocc AR=cosmoar OMIT_SIMD=1 + - run: make cli CC=$HOME/cosmo/bin/cosmocc AR=$HOME/cosmo/bin/cosmoar OMIT_SIMD=1 - uses: actions/upload-artifact@v4 with: name: sqlite-vec-cosmopolitan