Skip to content

Commit 9136056

Browse files
committed
1 parent 09daf17 commit 9136056

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
# os: [windows-latest]
2222

2323
steps:
24+
# Windows fix. See https://github.com/actions/checkout/issues/226
25+
- run: git config --global core.autocrlf false
26+
2427
- name: Check out Git repository
2528
uses: actions/checkout@v2
2629

0 commit comments

Comments
 (0)