Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
davegarthsimpson committed Jul 2, 2024
1 parent f1145a7 commit 995f3e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,11 @@ jobs:
- name: Checkout
if: fromJSON(matrix.config.container) == null
uses: actions/checkout@v4
with:
path: ${{ runner.os == 'Windows' && matrix.config.working-directory }}

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

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

0 comments on commit 995f3e5

Please sign in to comment.