Skip to content

Commit

Permalink
The centos container seems to have LANG=POSIX somehow, blah
Browse files Browse the repository at this point in the history
  • Loading branch information
oranenj committed Apr 19, 2021
1 parent 1cab51f commit 795fddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Run tests
run: bundle exec rake beaker
env:
LANG: C
LC_ALL: C.utf8
LANG: en_US
LC_ALL: en_US.UTF-8
BEAKER_PUPPET_COLLECTION: ${{ matrix.puppet.collection }}
BEAKER_setfile: ${{ matrix.setfile.value }}

0 comments on commit 795fddc

Please sign in to comment.