Skip to content

Commit

Permalink
Workaround noode GLIBC issues in container jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Feb 6, 2024
1 parent 7436ba6 commit 5c1d78e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
git config --global pack.threads 0
- uses: actions/checkout@v4
container: ${{ matrix.container && 'ubuntu-22.04' || '' }}
with:
# For coverage builds fetch the whole history, else only 1 commit using a 'fake ternary'
fetch-depth: ${{ matrix.coverage && '0' || '1' }}
Expand Down

0 comments on commit 5c1d78e

Please sign in to comment.