From 6bf0b4d9bfe50502645fc421b7d21f6434784cbb Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Mon, 12 Aug 2024 15:40:11 -0700 Subject: [PATCH] bump sqlite-dist to fix nextjs issue --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 54f05a6..5644fae 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -144,7 +144,7 @@ jobs: name: sqlite-vec-wasm32-emscripten path: dist/wasm32-emscripten - run: | - curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.10/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \ + curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.11/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \ | tar xfJ - --strip-components 1 - run: make sqlite-vec.h - run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION)