Skip to content

Commit 795fddc

Browse files
committed
The centos container seems to have LANG=POSIX somehow, blah
1 parent 1cab51f commit 795fddc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Run tests
7272
run: bundle exec rake beaker
7373
env:
74-
LANG: C
75-
LC_ALL: C.utf8
74+
LANG: en_US
75+
LC_ALL: en_US.UTF-8
7676
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet.collection }}
7777
BEAKER_setfile: ${{ matrix.setfile.value }}

0 commit comments

Comments
 (0)