Skip to content

Commit de1ab86

Browse files
committed
Fix incorrect usage of setup-java action
1 parent dabb48a commit de1ab86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout C
2727
uses: actions/checkout@v3
2828
- uses: actions/setup-java@v3
29-
with:
29+
with:
3030
distribution: 'temurin'
3131
java-version: '17'
3232
- name: Checkout Gen

0 commit comments

Comments
 (0)