Skip to content

Commit

Permalink
Merge pull request #188 from ityuhui/yh-github-action-setup-java-0529
Browse files Browse the repository at this point in the history
Setup Java environment for openapi-generator in the github action
  • Loading branch information
k8s-ci-robot committed May 30, 2023
2 parents 6a82bde + b2afa35 commit dabb48a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
steps:
- name: Checkout C
uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Checkout Gen
run: |
git clone https://github.com/kubernetes-client/gen
Expand Down

0 comments on commit dabb48a

Please sign in to comment.