Skip to content

Commit

Permalink
added temp folder for git config command
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Jun 14, 2024
1 parent b11e409 commit 0cf4a17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ jobs:
steps:
- if: matrix.os-node.os == 'windows-latest'
run: |
mkdir temp_dir
cd temp_dir
git config --global core.autocrlf false
git config --global core.eol lf
Expand Down

0 comments on commit 0cf4a17

Please sign in to comment.