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:
parent
84120664ca
commit
64aefb5f4e
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue