Skip to content

Commit 995f3e5

Browse files
a
1 parent f1145a7 commit 995f3e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

-4
Original file line numberDiff line numberDiff line change
@@ -306,15 +306,11 @@ jobs:
306306
- name: Checkout
307307
if: fromJSON(matrix.config.container) == null
308308
uses: actions/checkout@v4
309-
with:
310-
path: ${{ runner.os == 'Windows' && matrix.config.working-directory }}
311309

312310
- name: Checkout
313311
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
314312
if: fromJSON(matrix.config.container) != null
315313
uses: actions/checkout@v3
316-
with:
317-
path: ${{ runner.os == 'Windows' && matrix.config.working-directory }}
318314

319315
- name: Install Node.js
320316
if: fromJSON(matrix.config.container) == null && runner.os != 'Windows'

0 commit comments

Comments
 (0)