Skip to content

Commit

Permalink
setup en-US locale on Msys github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Karry committed Dec 23, 2023
1 parent e78e0d9 commit 3919156
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_and test_on_msys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: cmake --build build
- name: Run tests
run: "PATH=$PATH:$PWD/libosmscout:$PWD/libosmscout-import:$PWD/libosmscout-map:$PWD/libosmscout-test
LC_ALL=C
ctest -j 4 --output-on-failure --exclude-regex PerformanceTest"
working-directory: build

Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
- name: Build project
run: meson compile -C debug
- name: Run tests
run: meson test -C debug --print-errorlogs
run: "LC_ALL=C
meson test -C debug --print-errorlogs"
env:
LANG: en_US.utf8

0 comments on commit 3919156

Please sign in to comment.