test: fix tests failing on windows

This commit is contained in:
Aleksey Kulikov 2021-10-29 10:22:36 +03:00
parent bed8db3a12
commit 0f6a916d8b
7 changed files with 24 additions and 28 deletions

View file

@ -39,6 +39,11 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
with: