We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63670d9 commit 64bb8eaCopy full SHA for 64bb8ea
.github/workflows/nodejs.yml
@@ -83,7 +83,7 @@ jobs:
83
steps:
84
- name: Support long paths
85
if: matrix.os == 'windows-latest'
86
- run: sudo git config --system core.longpaths true
+ run: git config --system core.longpaths true
87
88
- uses: actions/checkout@v4
89
0 commit comments