Skip to content

Commit

Permalink
Fix line ending issue on Windows CI
Browse files Browse the repository at this point in the history
This workaround was suggested by jeroen in actions/checkout#226
  • Loading branch information
tkluck committed May 25, 2022
1 parent 2711547 commit 72aa00a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -38,6 +38,8 @@ jobs:
- os: windows-latest
arch: x86
steps:
- name: Avoid line ending issues on Windows
run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:

0 comments on commit 72aa00a

Please sign in to comment.