Skip to content

Commit

Permalink
use chcp
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Nov 9, 2023
1 parent e6aae28 commit 79dc633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-drools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/long-paths@main
- name: Set UTF-8
if: ${{ matrix.os == 'windows-latest' }}
run: echo "LANG=en_US.UTF-8" >> "$GITHUB_ENV"
run: chcp 65001
- name: Java and Maven Setup
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
with:
Expand Down

0 comments on commit 79dc633

Please sign in to comment.