Skip to content

Commit

Permalink
[ci] use git CLI to fetch crates
Browse files Browse the repository at this point in the history
This appears to be an issue in cargo 1.44:
rust-lang/cargo#8258
  • Loading branch information
sunshowers committed Aug 11, 2022
1 parent c6289a9 commit d359ecc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
fail-fast: false
env:
RUSTFLAGS: -D warnings
# Use the Git CLI to do fetches -- apparently there's something wrong with the version of
# libgit2 shipped with Rust 1.44. This fixes that.
CARGO_NET_GIT_FETCH_WITH_CLI: true
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit d359ecc

Please sign in to comment.