Don't vendor packages for zeroidc (#1885)

This commit is contained in:
Grant Limberg
2023-03-02 00:11:37 -08:00
committed by GitHub
parent 6cf3b65953
commit 672c58be01
13270 changed files with 583 additions and 3569646 deletions

View File

@@ -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