Skip to content

Commit 4e527a2

Browse files
jamessanchrisbra
authored andcommitted
CI: Install locales-all package
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>
1 parent 58d7052 commit 4e527a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
libtool-bin \
106106
libncurses-dev:${{ matrix.architecture }} \
107107
libxt-dev:${{ matrix.architecture }} \
108+
locales-all \
108109
)
109110
if ${{ matrix.features == 'huge' }}; then
110111
LUA_VER=${{ matrix.lua_ver || '5.4' }}

0 commit comments

Comments
 (0)