]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: Install locales-all package
authorJames McCoy <jamessan@jamessan.com>
Sat, 31 Aug 2024 15:13:10 +0000 (17:13 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 31 Aug 2024 15:15:03 +0000 (17:15 +0200)
The test_gettext* files need specific locales available to exercise
their tests.

related: #15591

Signed-off-by: James McCoy <jamessan@jamessan.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci.yml

index edad08a65f1ba7c4c8599c64a0eba6a1013ae781..905eb49b2a2d0d2efdc1a0d2307a9669fc52f947 100644 (file)
@@ -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' }}