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 588fee6 commit 8831245Copy full SHA for 8831245
.github/workflows/validate-database-schema.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Setup project
48
run: |
49
- apt-get install php"${PHP_VERSION}"-sqlite3
+ sudo apt-get install php"${PHP_VERSION}"-sqlite3
50
mv config/autoload/local.php.dist config/autoload/local.php
51
mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
52
mv config/autoload/local.test.php.dist config/autoload/local.test.php
0 commit comments