Skip to content

Commit

Permalink
Update workflow Java 21.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tors42 committed Dec 21, 2023
1 parent 86dae1a commit 9cb52cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '20'
java-version: '21.0.1'

- uses: actions/cache@v3
with:
path: cache/
key: "20"
key: "21.0.1"

- name: build
run: java build/Build.java cross version=${{ inputs.version }}
Expand Down

0 comments on commit 9cb52cd

Please sign in to comment.