Skip to content

Commit

Permalink
set UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Nov 9, 2023
1 parent 5c0f859 commit e6aae28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-drools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Support long paths
if: ${{ matrix.os == 'windows-latest' }}
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"
- name: Java and Maven Setup
uses: apache/incubator-kie-kogito-pipelines/.ci/actions/maven@main
with:
Expand Down

0 comments on commit e6aae28

Please sign in to comment.