Skip to content

Commit fc61895

Browse files
committed
Fix SQLite year
1 parent a8156cd commit fc61895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
needs: detect-pgversion
2626
env:
2727
SQLITE_VERSION : "3460000"
28-
SQLITE_YEAR: "2025"
28+
SQLITE_YEAR: "2024"
2929
POSTGIS_VERSION : "3.4.2"
3030
HTTP_PROXY: ""
3131
HTTPS_PROXY: ""

0 commit comments

Comments
 (0)