Skip to content

Commit 723de33

Browse files
committed
_
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 7950e0a commit 723de33

File tree

3 files changed

+277
-276
lines changed

3 files changed

+277
-276
lines changed

.github/workflows/workflow.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727

2828
steps:
29+
- name: Set git to use LF
30+
if: matrix.os == 'windows-latest'
31+
run: |
32+
git config --global core.autocrlf false
33+
git config --global core.eol lf
34+
git config --global core.ignorecase false
35+
2936
- name: Checkout tree
3037
uses: actions/checkout@v4
3138

0 commit comments

Comments
 (0)