mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-04-15 04:14:07 +00:00
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:
commit
c9683ed9d6
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue