summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-07-11 10:45:12 +0200
committerRemi Collet <remi@php.net>2025-07-11 10:45:12 +0200
commitbb389c99d086a390f04f0384f657b7c5e9604a13 (patch)
treea62059c947ed57799fe937de36248da389a3a324
parent2d07094626e8560cb2d18051663c956b85119eba (diff)
azdd gzip for EL-10
-rw-r--r--.github/workflows/ci.yaml3
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