mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-06 05:09:06 -04:00
test: fix tests failing on windows
This commit is contained in:
parent
bed8db3a12
commit
0f6a916d8b
7 changed files with 24 additions and 28 deletions
5
.github/workflows/master.yml
vendored
5
.github/workflows/master.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue