# HG changeset patch # User Christian Brabandt # Date 1725118203 -7200 # Node ID d5e73d4297559ec92ed730b379717eb7c9d53578 # Parent 792cc316a25d8c7a2ec010b4d0d752a40efd8e1f CI: Install locales-all package Commit: https://github.com/vim/vim/commit/4e527a2d55906f7960b88c45b5390eb512af1916 Author: James McCoy 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 Signed-off-by: Christian Brabandt diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml --- 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' }}