Skip to content

Commit

Permalink
Add multiple CentOS Stream tests, install zlib-devel.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Jan 1, 2024
1 parent 4998e4c commit 8fbcfda
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ jobs:

centos:
runs-on: ubuntu-latest
strategy:
matrix:
image: ["stream8", "stream9"]
container:
image: quay.io/centos/centos:stream9
image: quay.io/centos/centos:${{ matrix.image }}
steps:
- run: dnf update -y && dnf install -y autoconf make expat-devel openssl-devel krb5-devel libtool
- run: dnf update -y && dnf install -y autoconf make expat-devel openssl-devel krb5-devel libtool zlib-devel
- uses: actions/checkout@v3
- run: ./autogen.sh
- run: ./configure --with-ssl=openssl --with-expat --enable-debug --with-gssapi
Expand Down

0 comments on commit 8fbcfda

Please sign in to comment.