Skip to content

Commit

Permalink
Escape maven property for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjsix committed Oct 23, 2024
1 parent ac814b4 commit 32f1ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "JAVA_HOME: %JAVA_HOME%"
java --version
native-image.cmd --version
mvn package -Pnative -DskipTests -Dnative.march="-march=x86-64";
mvn package -Pnative -DskipTests "-Dnative.march=-march=x86-64";
- name: Set Output for Ubuntu
if: matrix.arch == 'linux-amd64'
Expand Down

0 comments on commit 32f1ca9

Please sign in to comment.