Skip to content

Commit

Permalink
Use additional flags for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnikTobi committed Oct 12, 2022
1 parent a914360 commit 8b47407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
cd SwingTestTwo/
./gradlew customFatJar
native-image -jar $(find build -name *.jar) HELLO --verbose
native-image --no-fallback --no-server --verbose -Djava.awt.headless=false -jar $(find build -name *.jar) HELLO
if: matrix.os != 'windows-latest'
# ./gradlew build

Expand Down

0 comments on commit 8b47407

Please sign in to comment.