Skip to content

Commit

Permalink
ci: add java distribution name in formatting job
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Apr 10, 2021
1 parent 843a4d6 commit 975c93c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
# Recommended: latest versions of Google Java Format require JDK 11+
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: "11"
- uses: axel-op/googlejavaformat-action@v3
with:
Expand Down

0 comments on commit 975c93c

Please sign in to comment.