From ba43ce58f37d0e28d392dbdbb16c8b43ef92d651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Tue, 6 Feb 2024 22:43:52 +0100 Subject: [PATCH] ci: Fix the installation step of PHP-CS-Fixer (#1167) --- .github/workflows/static-analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index 6a9cb016..f3e638b2 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -24,7 +24,7 @@ jobs: run: composer install --no-progress --no-interaction --prefer-dist - name: Install dependencies - run: composer bin php-cs-fixer update + run: composer bin php-cs-fixer install - name: Run script run: vendor-bin/php-cs-fixer/bin/php-cs-fixer fix --verbose --diff --dry-run