set autocrlf to false to let windows builds pass

This commit is contained in:
Sunshine 2020-04-04 15:42:53 -04:00 committed by GitHub
parent c6b135398a
commit 5f98ed23b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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