mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
vendor before release builds
This commit is contained in:
parent
a9e766a8eb
commit
a7b84de2e8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -9,6 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
@ -18,6 +19,7 @@ jobs:
|
|||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
@ -27,6 +29,7 @@ jobs:
|
|||
runs-on: macos-14
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
@ -36,6 +39,7 @@ jobs:
|
|||
runs-on: windows-2019
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: ./scripts/vendor.sh
|
||||
- run: make loadable
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue