File tree Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Expand file tree Collapse file tree 4 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 4646 - uses : shivammathur/setup-php@v2
4747
4848 - name : Install root dependencies
49- run : composer install
49+ uses : ramsey/composer-install@v3
50+ with :
51+ working-directory : ${{ github.workspace }}
5052
5153 - name : Build root packages
5254 run : php .github/build-packages.php
Original file line number Diff line number Diff line change @@ -34,10 +34,16 @@ jobs:
3434 runs-on : ubuntu-latest
3535 steps :
3636 - uses : actions/checkout@v4
37+
3738 - uses : shivammathur/setup-php@v2
3839 with :
3940 php-version : ' 8.1'
40- - run : composer install
41+
42+ - name : Install root dependencies
43+ uses : ramsey/composer-install@v3
44+ with :
45+ working-directory : ${{ github.workspace }}
46+
4147 - name : php-cs-fixer
4248 run : ./vendor/bin/php-cs-fixer fix --dry-run --diff
4349
8490 tools : flex
8591
8692 - name : Install root dependencies
87- run : composer install
93+ uses : ramsey/composer-install@v3
94+ with :
95+ working-directory : ${{ github.workspace }}
8896
8997 - name : Build root packages
9098 run : php .github/build-packages.php
Original file line number Diff line number Diff line change 5757 tools : flex
5858
5959 - name : Install root dependencies
60- run : composer install
60+ uses : ramsey/composer-install@v3
61+ with :
62+ working-directory : ${{ github.workspace }}
6163
6264 - name : Build root packages
6365 run : php .github/build-packages.php
Original file line number Diff line number Diff line change 6969 tools : flex
7070
7171 - name : Install root dependencies
72- run : composer install
72+ uses : ramsey/composer-install@v3
73+ with :
74+ working-directory : ${{ github.workspace }}
7375
7476 - name : Build root packages
7577 run : php .github/build-packages.php
You can’t perform that action at this time.
0 commit comments