diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2119c1324..6fd837997 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -278,6 +278,11 @@ documentation: - 'windows' - '2022' - "gstreamer-windows" + 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: # Set the code page to UTF-8 - chcp 65001