Skip to content

Commit

Permalink
sqlite3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarkhaire committed Nov 12, 2024
1 parent b2d7557 commit be6a36a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,12 @@ jobs:
wget https://www.sqlite.org/2024/sqlite-autoconf-3470000.tar.gz
tar xvfz sqlite-autoconf-3470000.tar.gz
cd sqlite-autoconf-3470000
./configure --prefix=/usr
sudo apt-get install libreadline-dev
./configure
make
sudo apt-get purge sqlite3
sudo make install
export PATH="/usr/local/bin:$PATH"
sqlite3 --version
# Install drupal using minimal installation profile and enable the module.
Expand Down

0 comments on commit be6a36a

Please sign in to comment.