diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c57d8a3..4c59d1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,7 @@ jobs: runs-on: ${{ matrix.os }} steps: + - run: git config --global core.autocrlf false - uses: actions/checkout@v2 - name: Build run: cargo build --all --locked --verbose