Skip to content

Commit

Permalink
setup jdk for package
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed Oct 18, 2024
1 parent e45b028 commit c570610
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
fetch-depth: 0
submodules: 'recursive'

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '17'

%downloadArtifacts%

- name: Package All
Expand Down

0 comments on commit c570610

Please sign in to comment.