Skip to content

Commit

Permalink
Clean up the locale switching.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jan 11, 2024
1 parent 2dee0a0 commit f0e6456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/azp-linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ steps:
displayName: Build
- bash: |
set -e
echo "Available system locales:"
locale -a
locale
echo "Switch to C.UTF-8 locale."
export LC_ALL=C.UTF-8
locale
cd test
./test_all.py ${TOOLSET}
cd ..
Expand Down

0 comments on commit f0e6456

Please sign in to comment.