We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04020c9 commit e10e2b1Copy full SHA for e10e2b1
1 file changed
.github/workflows/ci.yml
@@ -50,10 +50,6 @@ jobs:
50
java-version: '21'
51
distribution: 'graalvm'
52
cache: 'maven'
53
- - name: Install native-image (Windows)
54
- if: runner.os == 'Windows'
55
- run: gu install native-image
56
- shell: cmd
57
- name: Build native binary
58
run: mvn -B -Pnative -DskipTests package native:compile-no-fork
59
- name: Upload native binary
0 commit comments