This commit is contained in:
codemasher
2021-01-06 14:14:37 +01:00
parent 759262032b
commit 72d46ba7b7
+3 -3
View File
@@ -54,9 +54,9 @@ jobs:
- "8.0"
steps:
- name: "Configure git to avoid issues with line endings"
if: matrix.os == 'windows-latest'
run: git config --global core.autocrlf false
# - name: "Configure git to avoid issues with line endings"
# if: matrix.os == 'windows-latest'
# run: git config --global core.autocrlf false
- name: "Checkout"
uses: actions/checkout@v2