diff --git a/ci/docker/windows/Dockerfile b/ci/docker/windows/Dockerfile index cbb2021caa..040c77d8b1 100644 --- a/ci/docker/windows/Dockerfile +++ b/ci/docker/windows/Dockerfile @@ -39,7 +39,7 @@ RUN choco install -y 7zip # See https://gitlab.freedesktop.org/gstreamer/cerbero/-/issues/427 RUN choco install -y python3 --version=3.11.2 --installargs 'AssociateFiles=1 PrependPath=1 Include_pip=1 Include_dev=1' RUN choco install -y msys2 --params '/NoPath /NoUpdate /InstallDir:C:\\msys64' -RUN choco install -y wixtoolset +RUN choco install --execution-timeout=3600 -y wixtoolset # Remove MAX_PATH limit of 260 characters RUN New-ItemProperty -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem' `