mirror of https://github.com/AMT-Cheif/drift.git
Download correct sqlite3 sources
This commit is contained in:
parent
6bb870458f
commit
ba8d719f2c
|
@ -12,6 +12,7 @@ jobs:
|
||||||
name: "Compile sqlite3 for tests"
|
name: "Compile sqlite3 for tests"
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
env:
|
env:
|
||||||
|
SQLITE_YEAR: "2022"
|
||||||
SQLITE_VERSION: "3380000"
|
SQLITE_VERSION: "3380000"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -27,7 +28,7 @@ jobs:
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
mkdir sqlite
|
mkdir sqlite
|
||||||
cd 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
|
tar zxvf sqlite.tar.gz
|
||||||
cd sqlite-autoconf-$SQLITE_VERSION
|
cd sqlite-autoconf-$SQLITE_VERSION
|
||||||
./configure
|
./configure
|
||||||
|
|
Loading…
Reference in New Issue