From 4ab7d723cad532b174a4a0d890d06a34fe2b93af Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Wed, 13 Mar 2024 11:45:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20.gitea/workflows/gitea-actions.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/gitea-actions.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-actions.yml b/.gitea/workflows/gitea-actions.yml index d0bf905..2cd45ae 100644 --- a/.gitea/workflows/gitea-actions.yml +++ b/.gitea/workflows/gitea-actions.yml @@ -15,7 +15,9 @@ jobs: uses: actions/checkout@v3 - name: Install PHP run: | - add-apt-repository ppa:ondrej/php + 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 update apt install php8.2 php8.2-cli php-8.2{bz2,curl,mbstring,intl} php8.2-fpm - name: Install Composer