Merge pull request #277 from melted/fix_autocrlf

Disable autocrlf on WIndows CI
This commit is contained in:
Niklas Larsson 2020-06-11 16:37:59 +02:00 committed by GitHub
commit 0a4667c589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,9 @@ jobs:
build:
runs-on: windows-latest
steps:
- name: Init
run: |
git config --global core.autocrlf false
- name: Checkout
uses: actions/checkout@v2
- name: Get Chez Scheme