From: James McCoy Date: Sat, 31 Aug 2024 15:13:10 +0000 (+0200) Subject: CI: Install locales-all package X-Git-Tag: v9.1.0706~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e527a2d55906f7960b88c45b5390eb512af1916;p=thirdparty%2Fvim.git CI: Install locales-all package The test_gettext* files need specific locales available to exercise their tests. related: #15591 Signed-off-by: James McCoy Signed-off-by: Christian Brabandt --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edad08a65f..905eb49b2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,6 +105,7 @@ jobs: libtool-bin \ libncurses-dev:${{ matrix.architecture }} \ libxt-dev:${{ matrix.architecture }} \ + locales-all \ ) if ${{ matrix.features == 'huge' }}; then LUA_VER=${{ matrix.lua_ver || '5.4' }}