Mikael Finstad 5 years ago
parent 09daf1785f
commit 913605686d
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -21,6 +21,9 @@ jobs:
# os: [windows-latest]
steps:
# Windows fix. See https://github.com/actions/checkout/issues/226
- run: git config --global core.autocrlf false
- name: Check out Git repository
uses: actions/checkout@v2

Loading…
Cancel
Save