We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec42649 commit 9c43719Copy full SHA for 9c43719
.github/workflows/release.yml
@@ -22,8 +22,8 @@ jobs:
22
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
+ #run: sudo git config --global core.longpaths true
+ run: sudo git config --system core.longpaths true
27
shell: bash
28
29
- name: Checkout Source Code from Github
0 commit comments