We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1145a7 commit 995f3e5Copy full SHA for 995f3e5
.github/workflows/build.yml
@@ -306,15 +306,11 @@ jobs:
306
- name: Checkout
307
if: fromJSON(matrix.config.container) == null
308
uses: actions/checkout@v4
309
- with:
310
- path: ${{ runner.os == 'Windows' && matrix.config.working-directory }}
311
312
313
# actions/checkout@v4 has dependency on a higher version of glibc than available in the Linux container.
314
if: fromJSON(matrix.config.container) != null
315
uses: actions/checkout@v3
316
317
318
319
- name: Install Node.js
320
if: fromJSON(matrix.config.container) == null && runner.os != 'Windows'
0 commit comments