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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-14 23:00:38 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-14 23:02:03 +0300
commit9f092ac97144800b44173e715bfc48cc46bab9fa (patch)
treed535e21d9dc0daefc45a5dcb0fc1a38e7b4db77a /.github/workflows/tests.yml
parent06cc03c970c43a5766e20b08edc881d69e0ba4dc (diff)
Keep line endings!
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: