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.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:
commit
13b983f358
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue