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

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

See merge request gstreamer/gstreamer-rs!1711
This commit is contained in:
Backport Bot 2025-04-09 17:31:43 +00:00
commit c9683ed9d6

View file

@ -552,6 +552,11 @@ windows rust docker msrv:
- 'docker'
- 'windows'
- '2022'
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