Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 8s
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 8s
This commit is contained in:
parent
4ab7d723ca
commit
25e5d6495f
|
@ -15,9 +15,9 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Install PHP
|
||||
run: |
|
||||
sudo apt install apt-transport-https lsb-release ca-certificates wget -y
|
||||
sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
|
||||
sudo sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
|
||||
apt install apt-transport-https lsb-release ca-certificates wget -y
|
||||
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
|
||||
sh -c 'echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list'
|
||||
apt update
|
||||
apt install php8.2 php8.2-cli php-8.2{bz2,curl,mbstring,intl} php8.2-fpm
|
||||
- name: Install Composer
|
||||
|
|
Loading…
Reference in New Issue