Skip to content

Commit

Permalink
fix: set up java
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Mar 22, 2024
1 parent 54b8dea commit 10f934a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/native-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
- name: 'Check out repository'
uses: actions/checkout@v4

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'

- name: 'Build Native Image'
run: |
pushd server
Expand Down

0 comments on commit 10f934a

Please sign in to comment.