Merge branch 'mr-1709-backport-into-0.23-alatiera-cargo-net-config' into '0.23'

Backport of "ci: Force git-fetch-with-cli on windows as well" into 0.23

See merge request gstreamer/gstreamer-rs!1710
This commit is contained in:
Backport Bot 2025-04-09 15:43:41 +00:00
commit 13b983f358

View file

@ -598,6 +598,11 @@ windows rust docker msrv:
- 'junit_reports'
reports:
junit: "junit_reports/**/*.xml"
before_script:
- New-Item -Force -Path ".cargo" -ItemType "directory"
- $git_config="[net]`ngit-fetch-with-cli = true`n"
- $git_config | out-file -encoding utf8 .cargo/config.toml
- Get-Content -Path .cargo/config.toml
script:
# Skip -sys tests as they don't work
# https://github.com/gtk-rs/gtk3-rs/issues/54