Skip to content

Commit

Permalink
Merge pull request #24 from HadrienG2/fix-ci
Browse files Browse the repository at this point in the history
Try other ideas re windows spurious network errors
  • Loading branch information
HadrienG2 authored Dec 11, 2023
2 parents 3785e5d + 8c665f4 commit 7fbea3f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ env:
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings
MINIMAL_RUST: 1.70.0 # Minimal Supported Rust Version
CARGO_NET_GIT_FETCH_WITH_CLI: true # Workaround for windows "spurious network error".
# Try to remove it on the next MSRV bump.

# Workarounds for windows "spurious network error".
# Try to remove them on the next MSRV bump.
CARGO_NET_GIT_FETCH_WITH_CLI: true
CARGO_HTTP_MULTIPLEXING: false

jobs:
# Format doesn't depend on configuration, and lints don't depend on the
Expand Down

0 comments on commit 7fbea3f

Please sign in to comment.