Skip to content

Commit 9c43719

Browse files
committed
sudo used for git
1 parent ec42649 commit 9c43719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
steps:
2323

2424
- name: Configure Long Paths for Git
25-
#run: git config --global core.longpaths true
26-
run: git config --system core.longpaths true
25+
#run: sudo git config --global core.longpaths true
26+
run: sudo git config --system core.longpaths true
2727
shell: bash
2828

2929
- name: Checkout Source Code from Github

0 commit comments

Comments
 (0)