Skip to content

Commit

Permalink
powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Nov 10, 2023
1 parent 913a7f9 commit d00f670
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-drools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
maven-version: ${{ matrix.maven-version }}
cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }}
allow-snapshots: true
- name: Set environment variable
run: |
[System.Text.Encoding]::Default
[Environment]::SetEnvironmentVariable("JAVA_TOOL_OPTIONS", "-Dfile.encoding=UTF8")
shell: powershell
- name: Build with Maven
run: |
chcp 65001
Expand Down

0 comments on commit d00f670

Please sign in to comment.