Skip to content

Commit 6428795

Browse files
authored
Adds locale to workflow
1 parent 2b81887 commit 6428795

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-javadoc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@ jobs:
3333
java-version: '17'
3434
distribution: 'adopt'
3535
cache: maven
36+
- name: Set locale
37+
run: sudo apt-get update && sudo apt-get install -y locales && sudo locale-gen en_US.UTF-8
3638
- name: Validate Javadoc
3739
run: mvn package -DskipTests javadoc:javadoc
40+
env:
41+
LANG: en_US.UTF-8
42+
LC_ALL: en_US.UTF-8

0 commit comments

Comments
 (0)