Skip to content

Commit

Permalink
add LC_ALL=C to fix locale warnings on msys2-mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Oct 3, 2024
1 parent 96cdc77 commit 5b2324f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/msys2-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
PERL_MB_OPT: --install_base C:/cx
PERL_MM_OPT: INSTALL_BASE=C:/cx
ALIEN_BUILD_PLUGIN_PKGCONFIG_COMMANDLINE_TEST: 1 # Test Alien::Build::Plugin::PkgConfig::CommandLine
LC_ALL: C

jobs:
perl:
Expand Down

0 comments on commit 5b2324f

Please sign in to comment.