We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2711547 commit 72aa00aCopy full SHA for 72aa00a
.github/workflows/CI.yml
@@ -38,6 +38,8 @@ jobs:
38
- os: windows-latest
39
arch: x86
40
steps:
41
+ - name: Avoid line ending issues on Windows
42
+ run: git config --global core.autocrlf false
43
- uses: actions/checkout@v2
44
- uses: julia-actions/setup-julia@v1
45
with:
0 commit comments