Skip to content

Commit ec42649

Browse files
committed
long paths enabled
1 parent 7bf0f99 commit ec42649

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
checks: write
2121
pull-requests: write
2222
steps:
23+
24+
- name: Configure Long Paths for Git
25+
#run: git config --global core.longpaths true
26+
run: git config --system core.longpaths true
27+
shell: bash
28+
2329
- name: Checkout Source Code from Github
2430
uses: actions/checkout@v3
2531

0 commit comments

Comments
 (0)