We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04a4e2 commit b478e3dCopy full SHA for b478e3d
.github/workflows/run-tests.yml
@@ -30,14 +30,8 @@ jobs:
30
31
- name: Install SQLite 3 (3.32 is required and only included in Ubuntu 21.x)
32
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
+ sudo apt-get update
+ sudo apt-get install sqlite3 libsqlite3-dev
41
42
- name: Setup PHP
43
uses: shivammathur/setup-php@v2
0 commit comments