Skip to content

Commit

Permalink
ci: add git-config for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Aug 17, 2021
1 parent 660723f commit 685d3df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -46,6 +46,11 @@ jobs:
restore-keys: |
${{ runner.os }}-root-${{ env.ROOT_VERSION }}
- name: Setup Git for Windows
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit 685d3df

Please sign in to comment.