Skip to content

Commit 64bb8ea

Browse files
committed
chore: fix CI
1 parent 63670d9 commit 64bb8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- name: Support long paths
8585
if: matrix.os == 'windows-latest'
86-
run: sudo git config --system core.longpaths true
86+
run: git config --system core.longpaths true
8787

8888
- uses: actions/checkout@v4
8989

0 commit comments

Comments
 (0)