Skip to content

Commit 8831245

Browse files
committed
validate database schema GHA
1 parent 588fee6 commit 8831245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-database-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
- name: Setup project
4848
run: |
49-
apt-get install php"${PHP_VERSION}"-sqlite3
49+
sudo apt-get install php"${PHP_VERSION}"-sqlite3
5050
mv config/autoload/local.php.dist config/autoload/local.php
5151
mv config/autoload/mail.local.php.dist config/autoload/mail.local.php
5252
mv config/autoload/local.test.php.dist config/autoload/local.test.php

0 commit comments

Comments
 (0)