Skip to content

Commit

Permalink
chore: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jul 31, 2024
1 parent 63670d9 commit 64bb8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
steps:
- name: Support long paths
if: matrix.os == 'windows-latest'
run: sudo git config --system core.longpaths true
run: git config --system core.longpaths true

- uses: actions/checkout@v4

Expand Down

0 comments on commit 64bb8ea

Please sign in to comment.