Skip to content

Commit 0eb962d

Browse files
committed
Fix env
1 parent 31f6d5b commit 0eb962d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: ["master"]
66
pull_request:
77

8+
env:
9+
CARGO_NET_GIT_FETCH_WITH_CLI: true
10+
811
jobs:
912
Test:
1013
strategy:
@@ -38,8 +41,6 @@ jobs:
3841
with:
3942
command: build
4043
args: --all-targets
41-
env:
42-
CARGO_NET_GIT_FETCH_WITH_CLI: true
4344
- uses: actions-rs/cargo@v1
4445
with:
4546
command: test

0 commit comments

Comments
 (0)