Skip to content

Commit

Permalink
Setup Java for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuhui committed Jun 1, 2023
1 parent c5f7cf6 commit ab12553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
with:
distribution: 'temurin'
java-version: '17'
run: |
echo $JAVA_HOME
- name: Checkout Gen
run: |
git clone https://github.com/kubernetes-client/gen
Expand Down

0 comments on commit ab12553

Please sign in to comment.