Skip to content

Commit bb389c9

Browse files
committed
azdd gzip for EL-10
1 parent 2d07094 commit bb389c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
container:
4848
image: ${{ matrix.distro }}:${{ matrix.el }}
4949
steps:
50+
- name: Install gzip
51+
run: |
52+
dnf install -y "gzip"
5053
- name: Checkout
5154
uses: actions/checkout@v4
5255
- name: Setup PHP module

0 commit comments

Comments
 (0)