Skip to content

Commit b478e3d

Browse files
committed
update workflow
1 parent f04a4e2 commit b478e3d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,8 @@ jobs:
3030

3131
- name: Install SQLite 3 (3.32 is required and only included in Ubuntu 21.x)
3232
run: |
33-
sudo apt-get install build-essential tar wget
34-
wget https://www.sqlite.org/2022/sqlite-autoconf-3400000.tar.gz
35-
tar xzf sqlite-autoconf-3400000.tar.gz
36-
cd sqlite-autoconf-3400000
37-
./configure
38-
make
39-
sudo make install
40-
sqlite3 --version
33+
sudo apt-get update
34+
sudo apt-get install sqlite3 libsqlite3-dev
4135
4236
- name: Setup PHP
4337
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)