Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index a235541..d7ed11e 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -18,10 +18,10 @@ jobs:
CONFIGURATION: Release
TESTS_CONFIGURATION: Debug
steps:
+ - name: Fix line endings
+ run: git config --global core.autocrlf false
- name: Checkout
uses: actions/checkout@v2
- - name: Checkout submodules
- run: git submodule update --init --recursive
- name: Setup .NET
uses: actions/setup-dotnet@v1
with: