summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2023-01-19 11:57:58 +0000
committerJoe Orton <jorton@apache.org>2023-01-19 14:48:08 +0000
commit65a0be3d9d4370fc1f96b3c5d3f8213d809de4ea (patch)
tree7ad44b7979d857cdea4bdb8f2f561e55b5dbbab4
parent0ba6bcb233c760ed1b9dcc16b83519b793a9fe3b (diff)
downloadneon-git-65a0be3d9d4370fc1f96b3c5d3f8213d809de4ea.tar.gz
Test building against libkrb5-dev directly.
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 058d1d9..535d613 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -22,8 +22,7 @@ jobs:
*gnutls) sudo apt-get update && sudo apt-get -y install libgnutls28-dev gnutls-bin xmlto ;;
esac
- run: case ${{matrix.conf-gssapi}} in
- *with-gssapi) sudo apt-get update && sudo apt-get -y install krb5-multidev ;
- export KRB5_CONF_TOOL=/usr/bin/krb5-config.mit ;;
+ *with-gssapi) sudo apt-get update && sudo apt-get -y install libkrb5-dev ;;
esac
- run: ./configure ${{matrix.conf-shared}} ${{matrix.conf-xml}}
${{matrix.conf-ssl}} ${{matrix.conf-memleak}}