Shlee 1 неделя назад
Родитель
Сommit
21b6caa047
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/PHP-Pint.yml

+ 2 - 2
.github/workflows/PHP-Pint.yml

@@ -29,8 +29,8 @@ jobs:
           extensions: json, dom, curl, libxml, mbstring
           coverage: none
 
-      - name: Install Pint
-        run: composer global require laravel/pint
+      - name: Install Composer dependencies
+        run: composer install --no-interaction --no-progress
 
       - name: Run Pint
         run: pint  --test