Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 3s
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 3s
This commit is contained in:
parent
542e8dcb86
commit
1442012444
|
@ -15,7 +15,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install PHP
|
- name: Install PHP
|
||||||
run: |
|
run: |
|
||||||
sudo add-apt-repository ppa:ondrej/php
|
add-apt-repository ppa:ondrej/php
|
||||||
apt update
|
apt update
|
||||||
apt install php8.2 php8.2-cli php-8.2{bz2,curl,mbstring,intl} php8.2-fpm
|
apt install php8.2 php8.2-cli php-8.2{bz2,curl,mbstring,intl} php8.2-fpm
|
||||||
- name: Install Composer
|
- name: Install Composer
|
||||||
|
|
Loading…
Reference in New Issue