changeset 36072:d5e73d429755

CI: Install locales-all package Commit: https://github.com/vim/vim/commit/4e527a2d55906f7960b88c45b5390eb512af1916 Author: James McCoy <jamessan@jamessan.com> Date: Sat Aug 31 17:13:10 2024 +0200 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>
author Christian Brabandt <cb@256bit.org>
date Sat, 31 Aug 2024 17:30:03 +0200
parents 792cc316a25d
children 2bdf83ab88b1
files .github/workflows/ci.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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' }}