Skip to content

Commit 72aa00a

Browse files
committedMay 25, 2022
Fix line ending issue on Windows CI
This workaround was suggested by jeroen in actions/checkout#226
1 parent 2711547 commit 72aa00a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/CI.yml

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
- os: windows-latest
3939
arch: x86
4040
steps:
41+
- name: Avoid line ending issues on Windows
42+
run: git config --global core.autocrlf false
4143
- uses: actions/checkout@v2
4244
- uses: julia-actions/setup-julia@v1
4345
with:

0 commit comments

Comments
 (0)
Failed to load comments.