Skip to content

Commit 379b638

Browse files
committed
ci: update windows-install-sqlite.bat to latest sqlite
1 parent fe37184 commit 379b638

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
@echo off
22

3-
curl -L https://www.sqlite.org/2020/sqlite-amalgamation-3320300.zip -o sqlite-amalgamation-3320300.zip
3+
curl -L https://www.sqlite.org/2022/sqlite-amalgamation-3380200.zip -o sqlite-amalgamation-3380200.zip
44

5-
unzip sqlite-amalgamation-3320300.zip -d thirdparty\
5+
unzip sqlite-amalgamation-3380200.zip -d thirdparty\
66

7-
del thirdparty\sqlite-amalgamation-3320300\shell.c
7+
del thirdparty\sqlite-amalgamation-3380200\shell.c
88

9-
move /y thirdparty\sqlite-amalgamation-3320300 thirdparty\sqlite
9+
move /y thirdparty\sqlite-amalgamation-3380200 thirdparty\sqlite
1010

1111
dir thirdparty\sqlite
12-

0 commit comments

Comments
 (0)