mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 01:06:27 +02:00
gha: cosmo download follow redirect
This commit is contained in:
parent
79f4e15a63
commit
ddb838d32f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
mkdir $HOME/cosmo
|
mkdir $HOME/cosmo
|
||||||
curl -o cosmocc-3.3.6.zip https://github.com/jart/cosmopolitan/releases/download/3.3.6/cosmocc-3.3.6.zip
|
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
|
unzip cosmocc-3.3.6.zip -d $HOME/cosmo
|
||||||
echo "$HOME/cosmo/bin" >> $GITHUB_PATH
|
echo "$HOME/cosmo/bin" >> $GITHUB_PATH
|
||||||
- run: ./scripts/vendor.sh
|
- run: ./scripts/vendor.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue