Skip to content

Commit 0fb364e

Browse files
committed
Activate long path support for Windows
1 parent 61e2ccb commit 0fb364e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/checkout-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ jobs:
5050
- name: Checkout
5151
uses: actions/checkout@v6
5252

53+
- name: Activate longpath support
54+
if: matrix.runs-on == 'windows-latest'
55+
run: git config --system core.longpaths true
56+
5357
# Basic checkout
5458
- name: Checkout basic
5559
uses: ./.github/actions/checkout/

0 commit comments

Comments
 (0)