Skip to content

Commit 0ac7fa9

Browse files
committed
Fix native binary build for Windows
1 parent 1322ddf commit 0ac7fa9

File tree

3 files changed

+5
-93
lines changed

3 files changed

+5
-93
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
- if: matrix.os == 'macos-latest'
222222
run: ./mvnw --show-version --batch-mode --no-transfer-progress install -P prod,op,standalone,native -Dquarkus.native.container-build=false
223223
- if: matrix.os == 'windows-latest'
224-
run: .\mvnw.cmd --show-version --batch-mode --no-transfer-progress install "-P" "prod,op,standalone,native" "-Dquarkus.native.container-build=false"
224+
run: .\mvnw.cmd --show-version --batch-mode --no-transfer-progress install "-P" "prod,op,standalone,native" "-Dquarkus.native.container-build=false" "-Dcheckstyle.skip"
225225
- if: matrix.os == 'windows-latest'
226226
run: |
227227
$APP_NAME = "hal-op"

.github/workflows/windows.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Fix native binary build for Windows
13+
1014
## [0.2.5] - 2026-03-06
1115

1216
### Fixed

0 commit comments

Comments
 (0)