mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-23 06:35:49 -07:00
setting autocrlf false
This commit is contained in:
parent
988e5a6343
commit
36716c705e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: gitconfig
|
- name: gitconfig
|
||||||
run: |
|
run: |
|
||||||
git config --global core.autocrlf true
|
git config --global core.autocrlf false
|
||||||
|
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue