Skip to content

Commit

Permalink
fix: fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikRevich committed Oct 6, 2024
1 parent 0511dea commit 9202b3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
- uses: actions/checkout@v3

- name: Set up JDK 23
uses: actions/setup-java@v3
uses: oracle-actions/setup-java@v1
with:
website: oracle.com
java-version: '23'
cache: maven
distribution: 'temurin'

- name: "Install prerequisites"
run: |
Expand Down

0 comments on commit 9202b3e

Please sign in to comment.