Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Sep 21, 2023
1 parent c3e30e3 commit 5810a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ runs:
- run: |
curl -s "https://get.sdkman.io" | bash
source "/home/runner/.sdkman/bin/sdkman-init.sh"
sdk list java
sdk install java ${{ inputs.java }}
sdk default java ${{ inputs.java }}
sdk install gradle ${{ inputs.gradle }}
Expand Down

0 comments on commit 5810a59

Please sign in to comment.