We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cab51f commit 795fddcCopy full SHA for 795fddc
1 file changed
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Run tests
72
run: bundle exec rake beaker
73
env:
74
- LANG: C
75
- LC_ALL: C.utf8
+ LANG: en_US
+ LC_ALL: en_US.UTF-8
76
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet.collection }}
77
BEAKER_setfile: ${{ matrix.setfile.value }}
0 commit comments