mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2026-01-01 14:51:49 -08:00
Don't vendor packages for zeroidc (#1885)
This commit is contained in:
parent
6cf3b65953
commit
672c58be01
13270 changed files with 583 additions and 3569646 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
|
@ -6,8 +6,8 @@ jobs:
|
|||
steps:
|
||||
- name: gitconfig
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
git config --global core.autocrlf input
|
||||
# git config --global core.eol lf
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Rust
|
||||
|
|
@ -42,8 +42,8 @@ jobs:
|
|||
steps:
|
||||
- name: gitconfig
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
git config --global core.autocrlf input
|
||||
# git config --global core.eol lf
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Rust
|
||||
|
|
@ -77,8 +77,8 @@ jobs:
|
|||
steps:
|
||||
- name: gitconfig
|
||||
run: |
|
||||
git config --global core.autocrlf false
|
||||
git config --global core.eol lf
|
||||
git config --global core.autocrlf true
|
||||
# git config --global core.eol lf
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Rust
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue