Skip to content

Commit

Permalink
install gu
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunatix01 committed Jul 29, 2024
1 parent d3a351f commit 8cd18dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
echo "JAVA_HOME: $JAVA_HOME"
java --version
native-image --version
- name: Compile with maven
run: mvn -X -Pnative native:compile -DskipTests
gu install native-image
mvn -X -Pnative native:compile -DskipTests
# - name: Compile with maven
# run: mvn -X -Pnative native:compile -DskipTests

- name: Upload binary
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 8cd18dd

Please sign in to comment.