This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch GITHUB_ACTIONS in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit 2c4262e5cda17b24f4d6492dab8094afea0e226f Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Mon Aug 12 23:01:56 2019 +0200 Fixing issue. --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 288ac56..46db5f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,10 +37,8 @@ jobs: fetch-depth: 10 - name: Build - run: | - mvn -V --no-transfer-progress -B clean verify -Prun-its - - shell: bash + run: mvn -V --no-transfer-progress -B clean verify -Prun-its + shell: bash env: LC_ALL: en_US.UTF-8
