Skip to content

Commit ad6004d

Browse files
committed
~ add actions/setup-java action again
1 parent f68db2d commit ad6004d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/google-java-format.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
- name: Set up Java
17+
uses: actions/[email protected]
18+
with:
19+
distribution: "temurin"
20+
java-version: 17
1621
- uses: axel-op/[email protected]
1722
with:
1823
args: "--set-exit-if-changed"

0 commit comments

Comments
 (0)