Skip to content

Commit 390179f

Browse files
committed
added workaround for CentOS7 bug, thx 2 @root-expert
1 parent ad58e62 commit 390179f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
needs: setup_matrix
5858
runs-on: ubuntu-latest
5959
env:
60+
LANG: en_US
61+
LC_ALL: en_US.UTF-8
6062
BUNDLE_WITHOUT: development:test:release
6163
strategy:
6264
fail-fast: false

0 commit comments

Comments
 (0)