mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
release forgot static
This commit is contained in:
parent
a8fc71551b
commit
246890930f
1 changed files with 4 additions and 4 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable
|
||||
- run: make loadable static
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-linux-x86_64-extension
|
||||
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable
|
||||
- run: make loadable static
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-macos-x86_64-extension
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable
|
||||
- run: make loadable static
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: sqlite-vec-macos-aarch64-extension
|
||||
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- run: ./scripts/vendor.sh
|
||||
shell: bash
|
||||
- run: make loadable
|
||||
- run: make loadable static
|
||||
env:
|
||||
## TODO temporary, should be unset (ie cl.exe)
|
||||
CC: gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue