diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 8b0b6ae5..2cffe99e 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -16,6 +16,9 @@ jobs: - name: setup templates_c run: mkdir templates_c || true + - name: touch config.local.php + run: touch config.local.php + - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest