From 416b53eac5de5e880b5eb054809e0bcfa7d22481 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sat, 14 Sep 2024 18:10:47 +0200 Subject: [PATCH] Remove redundant *spell* libraries on Alpine These were needed mostly for the PHP <= 8.3 pspell extension. The nchant2-hunspell gets installed automatically as a dependency with enchant2-dev if needed. --- .github/actions/apk/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/apk/action.yml b/.github/actions/apk/action.yml index 49e336aa0fecb..91be9a47a4418 100644 --- a/.github/actions/apk/action.yml +++ b/.github/actions/apk/action.yml @@ -19,9 +19,6 @@ runs: re2c \ pkgconf \ mysql-client \ - aspell-dev \ - hunspell-dev \ - hunspell-en \ bzip2-dev \ curl-dev \ freetype-dev \ @@ -49,7 +46,6 @@ runs: lmdb-dev \ argon2-dev \ enchant2-dev \ - enchant2-hunspell \ freetds-dev \ imap-dev \ net-snmp-dev \