Обновить .gitea/workflows/gitea-actions.yml
Some checks failed
Gitea Actions / Build and deploy (push) Failing after 4s

This commit is contained in:
Dhaverd 2024-03-13 11:44:19 +03:00
parent f67cea49d0
commit 542e8dcb86

View File

@ -14,7 +14,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Install PHP
run: apt update && apt install -y php-cli php-intl php-mbstring php-xml php-zip
run: |
sudo add-apt-repository ppa:ondrej/php
apt update
apt install php8.2 php8.2-cli php-8.2{bz2,curl,mbstring,intl} php8.2-fpm
- name: Install Composer
run: |
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"