Skip to content

Commit

Permalink
wip11
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSWolf committed Dec 27, 2024
1 parent e08a499 commit c8e31aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Deactivate EOL conversion
shell: bash
run: |
git config core.autocrlf false
git config core.eol lf
git config --global core.autocrlf false
git config --global core.eol lf
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c8e31aa

Please sign in to comment.