Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit 92a132f

Browse files
Avoid setting up JAVA when GraalVM is also installed
1 parent 52f4ed5 commit 92a132f

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,6 @@ jobs:
9191
FORCE_COLOR: '1'
9292
MUSL_HOME: ${{ github.workspace }}/musl-toolchain
9393
steps:
94-
- name: Setup Java
95-
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
96-
with:
97-
distribution: adopt-hotspot
98-
java-version: 21
99-
java-package: jdk
100-
architecture: x64
10194
- name: Checkout repo
10295
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
10396
with:
@@ -203,13 +196,6 @@ jobs:
203196
NODE_VERSION: '20.x'
204197
FORCE_COLOR: '1'
205198
steps:
206-
- name: Setup Java
207-
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
208-
with:
209-
distribution: adopt-hotspot
210-
java-version: 21
211-
java-package: jdk
212-
architecture: x64
213199
- name: Checkout repo
214200
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
215201
with:
@@ -274,13 +260,6 @@ jobs:
274260
NODE_VERSION: '22.x'
275261
FORCE_COLOR: '1'
276262
steps:
277-
- name: Setup Java
278-
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
279-
with:
280-
distribution: adopt-hotspot
281-
java-version: 21
282-
java-package: jdk
283-
architecture: x64
284263
- name: Checkout repo
285264
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
286265
with:
@@ -345,13 +324,6 @@ jobs:
345324
NODE_VERSION: '22.x'
346325
FORCE_COLOR: '1'
347326
steps:
348-
- name: Setup Java
349-
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
350-
with:
351-
distribution: adopt-hotspot
352-
java-version: 21
353-
java-package: jdk
354-
architecture: x64
355327
- name: Checkout repo
356328
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
357329
with:

0 commit comments

Comments
 (0)