Skip to content

Commit

Permalink
Install Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 16, 2023
1 parent 4b96942 commit 404a33a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ inputs:
runs:
using: "composite"
steps:
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- id: install-jbang
run: curl -Ls https://sh.jbang.dev | bash -s - app setup
shell: bash
Expand Down

0 comments on commit 404a33a

Please sign in to comment.