Skip to content

Commit c5f7cf6

Browse files
authored
Merge pull request #190 from ityuhui/yh-fix-setup-java-action-0530
Fix incorrect usage of setup-java action
2 parents dabb48a + de1ab86 commit c5f7cf6

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)