Skip to content

Commit

Permalink
Add language env vars export for build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-in-a-Jar committed Jun 1, 2023
1 parent a2b42bf commit 7bd2f98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,12 @@ jobs:
run: |
set -e
cd cromwell
export LANG="en_US.UTF-8"
export LC_COLLATE="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
export LC_MESSAGES="en_US.UTF-8"
export LC_MONETARY="en_US.UTF-8"
export LC_NUMERIC="en_US.UTF-8"
export LC_TIME="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"
sbt -Dproject.isSnapshot=false -Dproject.isRelease=false docker

0 comments on commit 7bd2f98

Please sign in to comment.