This repository was archived by the owner on Sep 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change 91
91
FORCE_COLOR : ' 1'
92
92
MUSL_HOME : ${{ github.workspace }}/musl-toolchain
93
93
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
101
94
- name : Checkout repo
102
95
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
103
96
with :
@@ -203,13 +196,6 @@ jobs:
203
196
NODE_VERSION : ' 20.x'
204
197
FORCE_COLOR : ' 1'
205
198
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
213
199
- name : Checkout repo
214
200
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
215
201
with :
@@ -274,13 +260,6 @@ jobs:
274
260
NODE_VERSION : ' 22.x'
275
261
FORCE_COLOR : ' 1'
276
262
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
284
263
- name : Checkout repo
285
264
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
286
265
with :
@@ -345,13 +324,6 @@ jobs:
345
324
NODE_VERSION : ' 22.x'
346
325
FORCE_COLOR : ' 1'
347
326
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
355
327
- name : Checkout repo
356
328
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
357
329
with :
You can’t perform that action at this time.
0 commit comments