Skip to content

Commit f1145a7

Browse files
r
1 parent 8cae366 commit f1145a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,14 +307,14 @@ jobs:
307307
if: fromJSON(matrix.config.container) == null
308308
uses: actions/checkout@v4
309309
with:
310-
path: ${{ runner.os == 'Windows' && matrix.config.relative-working-directory }}
310+
path: ${{ runner.os == 'Windows' && matrix.config.working-directory }}
311311

312312
- name: Checkout
313313
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
314314
if: fromJSON(matrix.config.container) != null
315315
uses: actions/checkout@v3
316316
with:
317-
path: ${{ runner.os == 'Windows' && matrix.config.relative-working-directory }}
317+
path: ${{ runner.os == 'Windows' && matrix.config.working-directory }}
318318

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

0 commit comments

Comments
 (0)