Skip to content

Commit

Permalink
Update setup-java action on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vossjannik committed Jul 4, 2024
1 parent 6592ad5 commit 5bdf56e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Java Sdk ${{ env.JAVA_VERSION }}
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: ${{ env.JAVA_VERSION }}

- name: 'Create "dependencies" directory'
Expand Down

0 comments on commit 5bdf56e

Please sign in to comment.