Skip to content

Commit 45ec116

Browse files
committed
chore: fix CI
1 parent cf67985 commit 45ec116

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
@@ -84,7 +84,7 @@ jobs:
8484
- uses: actions/checkout@v4
8585

8686
- name: Support long paths
87-
run: git config --system core.longpaths true
87+
run: sudo git config --system core.longpaths true
8888

8989
- name: Use Node.js ${{ matrix.node-version }}
9090
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)