Skip to content

Commit

Permalink
fix: no need to perform native build
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Apr 4, 2024
1 parent c354693 commit c0835b5
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,4 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvn -B clean install -Dno-format

- uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'

- name: Build with Maven (Native)
run: mvn -B package -Dnative -Dnative.surefire.skip
run: mvn -B clean install -Dno-format -Dquarkus.log.console.level=DEBUG

0 comments on commit c0835b5

Please sign in to comment.