Skip to content

Commit 4ca9547

Browse files
committed
Try to fix Windows CI build
1 parent 168445a commit 4ca9547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
steps:
6565
- name: "Windows: Set git to use LF"
6666
if: runner.os == 'Windows'
67+
shell: bash
6768
run: |
6869
git config --global core.autocrlf false
6970
git config --global core.eol lf

0 commit comments

Comments
 (0)