Skip to content

Commit

Permalink
Fix another workflow too
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Jul 25, 2024
1 parent 5a35215 commit 65ed19f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
- name: Set up GraalVM
uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
cache: 'maven'
java-version: 22
components: native-image
cache: maven
- name: 'Compile native-binary'
run: 'mvn -Dagent=true -Pnative package'
- name: 'Upload artifact'
Expand Down

0 comments on commit 65ed19f

Please sign in to comment.