mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-01 10:17:30 +03:00
remove CARGO_NET_GIT_FETCH_WITH_CLI: true
This commit is contained in:
parent
b767dcd08f
commit
dd016f46ad
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -30,8 +30,6 @@ jobs:
|
||||
|
||||
- name: cargo fmt --check
|
||||
uses: actions-rs/cargo@v1
|
||||
env:
|
||||
CARGO_NET_GIT_FETCH_WITH_CLI: true
|
||||
with:
|
||||
command: fmt
|
||||
args: --all -- --check
|
||||
@ -120,7 +118,6 @@ jobs:
|
||||
command: test
|
||||
args: --all --features ci_skip
|
||||
env:
|
||||
CARGO_NET_GIT_FETCH_WITH_CLI: true
|
||||
CARGO_INCREMENTAL: "0"
|
||||
|
||||
- name: Install dependencies for code coverage
|
||||
|
Loading…
Reference in New Issue
Block a user