mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
gha: ensure sqlite-vec.h, skip msvc stuff
This commit is contained in:
parent
bc0e6c92e3
commit
7c2021029c
2 changed files with 3 additions and 0 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
|
@ -58,6 +58,7 @@ jobs:
|
|||
name: sqlite-vec-windows-x86_64-extension
|
||||
path: dist/*
|
||||
build-windows-x86_64-extension-msvc:
|
||||
if: false
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -139,5 +140,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: make sqlite-vec.h
|
||||
- run: make test
|
||||
working-directory: tests/minimum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue