This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new badb063 Ensure UTF-8 encoding is set on LANG environment variable
badb063 is described below
commit badb0630974f20e151459521e48fea2670995c7d
Author: James Netherton <[email protected]>
AuthorDate: Mon Jan 18 09:33:56 2021 +0000
Ensure UTF-8 encoding is set on LANG environment variable
---
.github/workflows/camel-master-cron.yaml | 2 +-
.github/workflows/quarkus-master-cron.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/camel-master-cron.yaml
b/.github/workflows/camel-master-cron.yaml
index 0ca1873..cb2d64b 100644
--- a/.github/workflows/camel-master-cron.yaml
+++ b/.github/workflows/camel-master-cron.yaml
@@ -23,7 +23,7 @@ on:
- cron: '0 0 * * *'
env:
- LANG: en_US
+ LANG: en_US.UTF-8
MAVEN_OPTS: -Xmx3000m
MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -e
diff --git a/.github/workflows/quarkus-master-cron.yaml
b/.github/workflows/quarkus-master-cron.yaml
index 37d092b..9669a4a 100644
--- a/.github/workflows/quarkus-master-cron.yaml
+++ b/.github/workflows/quarkus-master-cron.yaml
@@ -23,7 +23,7 @@ on:
- cron: '0 2 * * *'
env:
- LANG: en_US
+ LANG: en_US.UTF-8
MAVEN_OPTS: -Xmx3000m
MAVEN_ARGS: -V -ntp -Dhttp.keepAlive=false -e