Skip to content

Commit d0f2469

Browse files
committed
ci: Force UTF-8 on Windows
1 parent 51c7955 commit d0f2469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
java-version: ${{ matrix.java }}
5656
cache: maven
5757
- name: Test with Maven
58-
run: mvn -e --batch-mode clean verify
58+
run: mvn -e --batch-mode clean verify -Dfile.encoding=UTF8
5959
- name: Run Codecov
6060
uses: codecov/codecov-action@v4
6161
with:

0 commit comments

Comments
 (0)