Skip to content

Commit

Permalink
disable CRLF conversion on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Jun 14, 2024
1 parent 00888a6 commit fd652c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ jobs:
working-directory: ./nodejs

steps:
- if: matrix.os == 'windows'
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4

- name: Setup Node
Expand Down

0 comments on commit fd652c9

Please sign in to comment.