update sqlite download version to 2025

This commit is contained in:
Pere Diaz Bou
2025-04-08 11:12:20 +02:00
parent 33afc7cef3
commit 03f531417c

View File

@@ -6,8 +6,8 @@ runs:
steps:
- name: Install SQLite
env:
SQLITE_VERSION: "3470200"
YEAR: 2024
SQLITE_VERSION: "3490100"
YEAR: 2025
run: |
curl -o /tmp/sqlite.zip https://www.sqlite.org/$YEAR/sqlite-tools-linux-x64-$SQLITE_VERSION.zip > /dev/null
unzip -j /tmp/sqlite.zip sqlite3 -d /usr/local/bin/