Skip to content

Commit

Permalink
configure git for not converting end-of-line characters
Browse files Browse the repository at this point in the history
this is especially needed when running under windows as our ci does
  • Loading branch information
rgl committed Aug 1, 2021
1 parent 6e762da commit c93eb01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ jobs:
name: Build
runs-on: windows-2019
steps:
- name: Configure git
run: git config --global core.autocrlf false
- uses: actions/checkout@v2
with:
fetch-depth: 0
Expand Down

0 comments on commit c93eb01

Please sign in to comment.