diff options
author | Jan Pazdziora <jan.pazdziora@code.adelton.com> | 2024-11-07 06:41:43 +0100 |
---|---|---|
committer | Jan Pazdziora <jan.pazdziora@code.adelton.com> | 2024-11-07 06:41:43 +0100 |
commit | ef7f847a62e940b2fd15156b3bc73691f08059a4 (patch) | |
tree | 2d122e4c727267492cd4719ddb29bc8b325e0535 | |
parent | a6e59117d4df9cd5da4d72b1558066c9786717a4 (diff) | |
download | mod_authnz_pam-master.tar.gz mod_authnz_pam-master.tar.xz mod_authnz_pam-master.zip |
This reverts commit a6e59117d4df9cd5da4d72b1558066c9786717a4.
New gdb build resolved the dependency issue.
-rw-r--r-- | .github/workflows/build-test.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index cae3b83..b811c7e 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -15,6 +15,7 @@ jobs: fail-fast: false matrix: os: + - 'registry.fedoraproject.org/fedora:rawhide' - 'registry.fedoraproject.org/fedora:latest' - 'quay.io/centos/centos:stream9' - 'docker.io/almalinux:8' |