diff --git a/ci/docker/windows/prepare_cerbero_env.sh b/ci/docker/windows/prepare_cerbero_env.sh index 21d55b86fb..eaaf87bf36 100644 --- a/ci/docker/windows/prepare_cerbero_env.sh +++ b/ci/docker/windows/prepare_cerbero_env.sh @@ -23,5 +23,7 @@ echo 'vs_install_version = "vs16"' >> localconf.cbc # Wipe visualstudio package dist, sources, logs, and the build tools recipes ./cerbero-uninstalled -t -v visualstudio -c localconf.cbc -c config/win64.cbc wipe --force --build-tools +# Vendored sources get confused with hard links +rm -rvf /c/cerbero/cerbero-sources/*/cargo-vendor # clean the localconf -rm /c/cerbero/localconf.cbc +rm -v /c/cerbero/localconf.cbc