From 2324e32c7df92b009b9e20833f99c31bb82c12f0 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 17 Sep 2024 18:13:54 +0200 Subject: [PATCH] Remove redundant Kerberos library installation (#15889) 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 49e336aa0fe..47e4fec636f 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 \