fix CI sqlite 3 force yes
Tests & Lint & Deploy to Railway / build (20.x, 8.3) (push) Successful in 2m27s Details
Tests & Lint & Deploy to Railway / deploy (push) Failing after 1s Details

This commit is contained in:
aslan 2024-02-05 11:43:52 +03:00
parent 153f50da70
commit 31993000e6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
run: composer install # will work run: composer install # will work
- name: Setup sqlite3 driver - name: Setup sqlite3 driver
run: apt install php${{ matrix.php-versions }}-sqlite3 run: apt install php${{ matrix.php-versions }}-sqlite3 -y
- name: Setup project - name: Setup project
run: make setup run: make setup