bump dist to fix wasm issue

This commit is contained in:
Alex Garcia 2024-05-10 21:33:16 -07:00
parent 4fb090058d
commit 2ed206d8eb

View file

@ -95,7 +95,7 @@ jobs:
name: sqlite-vec-wasm32-emscripten name: sqlite-vec-wasm32-emscripten
path: dist/wasm32-emscripten path: dist/wasm32-emscripten
- run: | - run: |
curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.4/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \ curl -L https://github.com/asg017/sqlite-dist/releases/download/v0.0.1-alpha.5/sqlite-dist-x86_64-unknown-linux-gnu.tar.xz \
| tar xfJ - --strip-components 1 | tar xfJ - --strip-components 1
- run: make sqlite-vec.h - run: make sqlite-vec.h
- run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION) - run: ./sqlite-dist ./sqlite-dist.toml --input dist/ --output distx/ --version $(cat VERSION)