Skip to content

Commit

Permalink
eol for windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arnetheduck committed Dec 19, 2023
1 parent 83aaf57 commit 0084fd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
name: CI '${{ matrix.target.name }}'
runs-on: ${{ matrix.builder }}
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 0084fd6

Please sign in to comment.