Skip to content

Commit

Permalink
ci: Force UTF-8 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jun 26, 2024
1 parent 51c7955 commit d0f2469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
java-version: ${{ matrix.java }}
cache: maven
- name: Test with Maven
run: mvn -e --batch-mode clean verify
run: mvn -e --batch-mode clean verify -Dfile.encoding=UTF8
- name: Run Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit d0f2469

Please sign in to comment.