Skip to content

Commit 1322ddf

Browse files
committed
Tweak native window debug build
1 parent ebe201d commit 1322ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "JAVA_HOME=$env:JAVA_HOME"
3030
echo "GRAALVM_HOME=$env:GRAALVM_HOME"
3131
- name: Build native binary
32-
run: .\mvnw.cmd --show-version --batch-mode --no-transfer-progress install "-P" "prod,op,standalone,native" "-Dquarkus.native.container-build=false"
32+
run: .\mvnw.cmd --show-version --batch-mode --no-transfer-progress install "-P" "prod,op,standalone,native" "-Dquarkus.native.container-build=false" "-Dcheckstyle.skip"
3333
- name: Diagnostic - List op directory structure
3434
if: always()
3535
run: |

0 commit comments

Comments
 (0)