Skip to content
Snippets Groups Projects
Unverified Commit 320efd4b authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

try avoiding windows newlines

parent f02d532f
No related branches found
No related tags found
1 merge request!100Windows CI
......@@ -12,6 +12,9 @@ jobs:
- "2.7"
steps:
# Avoid letting Windows newlines confusing milksnake.
- run: "git config --global core.autocrlf false"
- uses: actions/checkout@v2
with:
fetch-depth: "0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment