Update release.yml
This commit is contained in:
parent
2fd549f95c
commit
f26dff554a
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Install PHP cli + composer
|
- name: Install PHP cli + composer
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install php-cli unzip
|
sudo apt install php8.0-cli unzip
|
||||||
cd ~
|
cd ~
|
||||||
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
|
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
|
||||||
HASH=`curl -sS https://composer.github.io/installer.sig`
|
HASH=`curl -sS https://composer.github.io/installer.sig`
|
||||||
|
|
Loading…
Reference in New Issue