mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
cosmopolitan updates, add to release
This commit is contained in:
parent
b65571b966
commit
86679d5a92
2 changed files with 24 additions and 2 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
|
@ -95,8 +95,10 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- run: |
|
||||
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
|
||||
curl -L -o cosmocc-$COSMO_VERSION.zip https://github.com/jart/cosmopolitan/releases/download/$COSMO_VERSION/cosmocc-$COSMO_VERSION.zip
|
||||
unzip cosmocc-$COSMO_VERSION.zip -d $HOME/cosmo
|
||||
env:
|
||||
COSMO_VERSION: "3.5.4"
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make cli CC=$HOME/cosmo/bin/cosmocc AR=$HOME/cosmo/bin/cosmoar OMIT_SIMD=1
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue