Skip to content

Commit

Permalink
Cargo picky
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienG2 authored Oct 2, 2023
1 parent 4a7af95 commit 3d79559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ name: Continuous Integration
env:
RUSTFLAGS: -D warnings
MINIMAL_RUST: 1.70.0 # Minimal Supported Rust Version
CARGO_NET_GIT_FETCH_WITH_CLI: 1 # Workaround for windows "spurious network error".
# Try to remove it on the next MSRV bump.
CARGO_NET_GIT_FETCH_WITH_CLI: true # Workaround for windows "spurious network error".
# Try to remove it on the next MSRV bump.

jobs:
# Auto-format, clippy and rustc lints do not depend on the operating system
Expand Down

0 comments on commit 3d79559

Please sign in to comment.