mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 00:36:56 +02:00
gha: vendor scripts
This commit is contained in:
parent
b182ec2262
commit
bf0886b3b7
3 changed files with 16 additions and 0 deletions
8
scripts/vendor.sh
Executable file
8
scripts/vendor.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/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
|
||||
rm sqlite-amalgamation.zip
|
||||
Loading…
Add table
Add a link
Reference in a new issue