Skip to content

Commit a2056f5

Browse files
Update automation.yml
1 parent 3e11bd8 commit a2056f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/automation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ jobs:
279279
php -r "if (hash_file('sha384', 'composer-setup.php') === '906a84df04cea2aa72f40b5f787e49f22d4c2f19492ac310e8cba5b96ac8b64115ac402c8cd292b8a03482574915d1a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
280280
php composer-setup.php --version=2.3.4
281281
php -r "unlink('composer-setup.php');"
282+
mv composer.phar /usr/local/bin/composer
282283
composer --version
283284
composer install
284285

0 commit comments

Comments
 (0)