diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-11 10:45:12 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-11 10:45:12 +0200 |
commit | bb389c99d086a390f04f0384f657b7c5e9604a13 (patch) | |
tree | a62059c947ed57799fe937de36248da389a3a324 | |
parent | 2d07094626e8560cb2d18051663c956b85119eba (diff) |
azdd gzip for EL-10
-rw-r--r-- | .github/workflows/ci.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a5cb3f1..9277819 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -47,6 +47,9 @@ jobs: container: image: ${{ matrix.distro }}:${{ matrix.el }} steps: + - name: Install gzip + run: | + dnf install -y "gzip" - name: Checkout uses: actions/checkout@v4 - name: Setup PHP module |