1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-04-18 12:17:27 +02:00

Update release.yml

This commit is contained in:
Julian Prieber 2023-08-04 19:47:20 +02:00
parent 2fd549f95c
commit f26dff554a

@ -24,7 +24,7 @@ jobs:
- name: Install PHP cli + composer
run: |
sudo apt update
sudo apt install php-cli unzip
sudo apt install php8.0-cli unzip
cd ~
curl -sS https://getcomposer.org/installer -o /tmp/composer-setup.php
HASH=`curl -sS https://composer.github.io/installer.sig`