This commit is contained in:
AslanAV 2024-01-16 11:03:04 +03:00
parent c7ccca6460
commit bb95d75c77
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ jobs:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works
run: composer install # will work
- name: Setup sqlite3 driver
run: apt install php8.1-sqlite3
- name: Setup project
run: make setup