Skip to content

Commit dabb48a

Browse files
authored
Merge pull request #188 from ityuhui/yh-github-action-setup-java-0529
Setup Java environment for openapi-generator in the github action
2 parents 6a82bde + b2afa35 commit dabb48a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/generate.yml

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
steps:
2626
- name: Checkout C
2727
uses: actions/checkout@v3
28+
- uses: actions/setup-java@v3
29+
with:
30+
distribution: 'temurin'
31+
java-version: '17'
2832
- name: Checkout Gen
2933
run: |
3034
git clone https://github.com/kubernetes-client/gen

0 commit comments

Comments
 (0)