Skip to content

Commit 3cd40a8

Browse files
committed
Update release.yml
1 parent 60dd424 commit 3cd40a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cd ~
3030
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
3131
HASH=`curl -sS https://composer.github.io/installer.sig`
32-
sudo php /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
32+
sudo php8.0 /tmp/composer-setup.php --install-dir=/usr/local/bin --filename=composer
3333
3434
cd /tmp
3535
mkdir linkstack

0 commit comments

Comments
 (0)