From 53d96f1e8e89b57e31e828cf9dfe816bfcd79498 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 14 Sep 2024 17:59:33 +0200 Subject: [PATCH] Remove redundant Kerberos library installation This was once needed for the --with-kerberos configure options by openssl or imap extensions. --- .github/actions/apk/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/apk/action.yml b/.github/actions/apk/action.yml index 49e336aa0fec..47e4fec636f1 100644 --- a/.github/actions/apk/action.yml +++ b/.github/actions/apk/action.yml @@ -44,7 +44,6 @@ runs: readline-dev \ sqlite-dev \ tidyhtml-dev \ - krb5-dev \ gdbm-dev \ lmdb-dev \ argon2-dev \