From 960b466bb1b80edf33e9c0d7582cfb328ac60a1e Mon Sep 17 00:00:00 2001 From: "H. Utku Maden" Date: Sun, 20 Jul 2025 12:53:23 +0300 Subject: [PATCH] Install composer as well. --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f328508..ff66ff3 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install prerequisites - run: apt update -y && apt install -y make php git curl + run: apt update -y && apt install -y make php git curl composer - name: Checkout Repository uses: actions/checkout@v4 with: