mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
Fix broken unzip -d line in vendor.sh
Remove stray incomplete `unzip -d` command that would error on CI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
85cf415397
commit
3cfc2e0c1f
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/bash
|
||||
mkdir -p vendor
|
||||
curl -o sqlite-amalgamation.zip https://www.sqlite.org/2024/sqlite-amalgamation-3450300.zip
|
||||
unzip -d
|
||||
unzip sqlite-amalgamation.zip
|
||||
mv sqlite-amalgamation-3450300/* vendor/
|
||||
rmdir sqlite-amalgamation-3450300
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue