set autocrlf to false to let windows builds pass

pull/147/head
Sunshine 4 years ago committed by GitHub
parent c6b135398a
commit 5f98ed23b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save