Download correct sqlite3 sources

This commit is contained in:
Simon Binder 2022-02-23 22:12:34 +01:00
parent 6bb870458f
commit ba8d719f2c
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ jobs:
name: "Compile sqlite3 for tests"
runs-on: ubuntu-20.04
env:
SQLITE_YEAR: "2022"
SQLITE_VERSION: "3380000"
steps:
@ -27,7 +28,7 @@ jobs:
cd /tmp/
mkdir sqlite
cd sqlite
curl https://sqlite.org/2021/sqlite-autoconf-$SQLITE_VERSION.tar.gz --output sqlite.tar.gz
curl https://sqlite.org/$SQLITE_YEAR/sqlite-autoconf-$SQLITE_VERSION.tar.gz --output sqlite.tar.gz
tar zxvf sqlite.tar.gz
cd sqlite-autoconf-$SQLITE_VERSION
./configure