diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 1b9a621cbb1f0aa730bcbfc5159a34b1a1c341c0..1a1d6a69aade2d0ea26349dda1d21d15a23b5e18 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -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"