Skip to content

Commit

Permalink
Merge pull request #26918 from gsmet/git-windows
Browse files Browse the repository at this point in the history
Also add support for Git longpaths in native tests
  • Loading branch information
gsmet authored Jul 26, 2022
2 parents 1eb8047 + bb5ca95 commit 0347930
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,9 @@ jobs:
fail-fast: false
matrix: ${{ fromJson(needs.calculate-test-jobs.outputs.native_matrix) }}
steps:
- name: Support longpaths on Windows
if: "startsWith(matrix.os-name, 'windows')"
run: git config --global core.longpaths true
- uses: actions/checkout@v2
- name: Reclaim Disk Space
run: .github/ci-prerequisites.sh
Expand Down

0 comments on commit 0347930

Please sign in to comment.