mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-27 19:17:06 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user