Skip to content

Commit

Permalink
Update native.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kairoh authored Oct 15, 2023
1 parent b5632ba commit 437451c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ jobs:

- name: (*nix) Build native
run: |
echo "GRAALVM_HOME: $GRAALVM_HOME"
echo "JAVA_HOME: $JAVA_HOME"
java --version
java --version | grep "GraalVM" || exit 34
native-image --version
mvn verify -B -Pnative -Pide -DskipTests
cp web-ui/src/main/scripts/native/*.sh web-ui/target/
Expand All @@ -168,6 +168,8 @@ jobs:
mvn verify -B -Pnative -Pide -DskipTests
cp web-ui/target/*native-image-source-jar/*.dll web-ui/target/
cp web-ui/src/main/scripts/native/*.bat web-ui/target/
env:
GRAALVM_HOME: "$env::JAVA_HOME"
if: ${{ runner.os == 'Windows' }}

- name: Compress exec
Expand Down

0 comments on commit 437451c

Please sign in to comment.