Install composer as well.
All checks were successful
Build and Deploy / build_and_deploy (push) Successful in 1m16s

This commit is contained in:
H. Utku Maden 2025-07-20 12:53:23 +03:00
parent 178eb5e83f
commit 960b466bb1

View File

@ -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: