Skip to content

Commit 0c6c1f3

Browse files
authored
ci: update the helper script, for getting the most recent sqlite-amalgamation-3380200.zip (#21474)
1 parent 152cd1c commit 0c6c1f3

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

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

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

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

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

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

1111
dir thirdparty\sqlite

.github/workflows/windows_ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ on:
55
paths-ignore:
66
- '**.md'
77
- '**.yml'
8+
- '!**.bat'
89
- '!**/windows_ci.yml'
910
- 'cmd/tools/**'
1011
- '!cmd/tools/builders/**.v'
1112
pull_request:
1213
paths-ignore:
1314
- '**.md'
1415
- '**.yml'
16+
- '!**.bat'
1517
- '!**/windows_ci.yml'
18+
- '!**/windows-install-sqlite.bat'
1619
- 'cmd/tools/**'
1720
- '!cmd/tools/builders/**.v'
1821

0 commit comments

Comments
 (0)