diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c30ec3c..1f96772 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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