fix CI sqlite 3 force yes
This commit is contained in:
parent
153f50da70
commit
31993000e6
|
@ -49,7 +49,7 @@ jobs:
|
|||
run: composer install # will work
|
||||
|
||||
- name: Setup sqlite3 driver
|
||||
run: apt install php${{ matrix.php-versions }}-sqlite3
|
||||
run: apt install php${{ matrix.php-versions }}-sqlite3 -y
|
||||
|
||||
- name: Setup project
|
||||
run: make setup
|
||||
|
|
Loading…
Reference in New Issue