Install locales used by the tests under Fedora

Otherwise the tests are skipped, which is not fatal, but it's still
better to run them.
This commit is contained in:
Vadim Zeitlin 2022-08-04 01:00:08 +02:00
parent 84120664ca
commit 64aefb5f4e

View file

@ -24,7 +24,9 @@ jobs:
wxPROC_COUNT=2
echo wxBUILD_ARGS=-j$wxPROC_COUNT >> $BASH_ENV
WX_EXTRA_PACKAGES=ccache ./build/tools/before_install.sh
# Get langpacks to run the tests using the corresponding locales.
export WX_EXTRA_PACKAGES='ccache langpacks-core-de langpacks-core-en langpacks-core-fr langpacks-core-sv'
./build/tools/before_install.sh
echo "PATH=/usr/lib64/ccache:$PATH" >> $BASH_ENV