mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[circleci] Set LANG=en_US.UTF-8 on cross-compile jobs
Otherwise GLib fails when running the tests under Wine with: GLib-WARNING (recursed) **: Failed to determine console output code page: Invalid access.. Falling back to UTF-8
This commit is contained in:
parent
b205a7fbe8
commit
40ef946ec5
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,7 @@ jobs:
|
|||
- run: apt update
|
||||
- run: DEBIAN_FRONTEND=noninteractive apt install -y ninja-build python3 python3-pip python3-venv git g++-mingw-w64-i686 zip wine wine32
|
||||
- run: |
|
||||
export LANG=en_US.UTF-8
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip3 install meson==1.6.0
|
||||
|
@ -164,6 +165,7 @@ jobs:
|
|||
- run: apt update
|
||||
- run: DEBIAN_FRONTEND=noninteractive apt install -y ninja-build python3 python3-pip python3-venv git g++-mingw-w64-x86-64 zip wine wine64
|
||||
- run: |
|
||||
export LANG=en_US.UTF-8
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip3 install meson==1.6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue