diff options
Diffstat (limited to '.github/workflows/ci.yaml')
-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 |