Skip to content

Commit

Permalink
Misc: no longer need to control lf on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Apr 27, 2024
1 parent bfbeb69 commit 1705f0c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
git config --global core.ignorecase false
- name: Checkout tree
uses: actions/checkout@v4

Expand Down

0 comments on commit 1705f0c

Please sign in to comment.