Skip to content

Commit e10e2b1

Browse files
committed
fix: remove gu install native-image (bundled in GraalVM 21 distribution)
1 parent 04020c9 commit e10e2b1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ jobs:
5050
java-version: '21'
5151
distribution: 'graalvm'
5252
cache: 'maven'
53-
- name: Install native-image (Windows)
54-
if: runner.os == 'Windows'
55-
run: gu install native-image
56-
shell: cmd
5753
- name: Build native binary
5854
run: mvn -B -Pnative -DskipTests package native:compile-no-fork
5955
- name: Upload native binary

0 commit comments

Comments
 (0)