Skip to content

Commit

Permalink
fix line endings for data files
Browse files Browse the repository at this point in the history
  • Loading branch information
bradstv committed Jun 11, 2024
1 parent 676d84c commit 7ba22ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
#- Debug
- Release
steps:
- name: Set Git to use LF line endings
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Check out files
uses: actions/checkout@v3.5.2
with:
Expand Down

0 comments on commit 7ba22ab

Please sign in to comment.