Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Jul 21, 2024
1 parent f099113 commit 74bf006
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Full Build
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
with:
java-version: '22'
distribution: graalvm
distribution: 'graalvm'
cache: 'maven'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build with Maven
Expand Down

0 comments on commit 74bf006

Please sign in to comment.