File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -307,14 +307,14 @@ jobs:
307
307
if : fromJSON(matrix.config.container) == null
308
308
uses : actions/checkout@v4
309
309
with :
310
- path : ${{ runner.os == 'Windows' && matrix.config.relative- working-directory }}
310
+ path : ${{ runner.os == 'Windows' && matrix.config.working-directory }}
311
311
312
312
- name : Checkout
313
313
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
314
314
if : fromJSON(matrix.config.container) != null
315
315
uses : actions/checkout@v3
316
316
with :
317
- path : ${{ runner.os == 'Windows' && matrix.config.relative- working-directory }}
317
+ path : ${{ runner.os == 'Windows' && matrix.config.working-directory }}
318
318
319
319
- name : Install Node.js
320
320
if : fromJSON(matrix.config.container) == null && runner.os != 'Windows'
You can’t perform that action at this time.
0 commit comments