Skip to content
Snippets Groups Projects
Unverified Commit 9f12d219 authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

[ci] Use native git cli in cargo (#4200)

More details can be found
[here](https://github.com/paritytech/ci_cd/issues/939#issuecomment-2064061845)
parent 91d4a207
No related merge requests found
Pipeline #466992 canceled with stages
in 1 minute and 9 seconds
......@@ -8,6 +8,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
CARGO_NET_GIT_FETCH_WITH_CLI: true
jobs:
test-linux-stable-int:
runs-on: arc-runners-polkadot-sdk
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment