This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 92700233b4959d10962f41e9f5b5ef1467bcbd0c
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Tue Jun 30 18:23:09 2020 +0200

    Use en_US.UTF-8 instead of the non-existent en_US on GH actions's Ubuntu
---
 .github/workflows/ci-build.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index 0208cf7..6c0c01f 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -40,7 +40,7 @@ on:
       - 'NOTICE.txt'
 
 env:
-  LANG: en_US
+  LANG: en_US.UTF-8
 
 jobs:
   build:

Reply via email to