v / .github / workflows
Raw file | 11 loc (6 sloc) | 309 bytes | Latest commit hash 379b638b5
1@echo off
2
3curl -L https://www.sqlite.org/2022/sqlite-amalgamation-3380200.zip -o sqlite-amalgamation-3380200.zip
4
5unzip sqlite-amalgamation-3380200.zip -d thirdparty\
6
7del thirdparty\sqlite-amalgamation-3380200\shell.c
8
9move /y thirdparty\sqlite-amalgamation-3380200 thirdparty\sqlite
10
11dir thirdparty\sqlite