Skip to content

Commit 165353a

Browse files
committed
Remove components configuration for setup-graalvm
Not required with GraalVM JDK 21+ (gu tool has been removed)
1 parent 600786f commit 165353a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release-workflow.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
with:
7373
java-version: '21.0.6'
7474
distribution: 'graalvm'
75-
components: 'native-image,js'
7675
github-token: ${{ secrets.GITHUB_TOKEN }}
7776
native-image-job-reports: 'true'
7877

@@ -158,7 +157,6 @@ jobs:
158157
with:
159158
java-version: '21.0.6'
160159
distribution: 'graalvm'
161-
components: 'native-image,js'
162160
github-token: ${{ secrets.GITHUB_TOKEN }}
163161
native-image-job-reports: 'true'
164162

@@ -233,7 +231,6 @@ jobs:
233231
with:
234232
java-version: '21.0.6'
235233
distribution: 'graalvm'
236-
components: 'native-image,js'
237234
github-token: ${{ secrets.GITHUB_TOKEN }}
238235
native-image-job-reports: 'true'
239236

@@ -313,7 +310,6 @@ jobs:
313310
with:
314311
java-version: '21.0.6'
315312
distribution: 'graalvm'
316-
components: 'native-image,js'
317313
github-token: ${{ secrets.GITHUB_TOKEN }}
318314
native-image-job-reports: 'false'
319315

0 commit comments

Comments
 (0)