diff --git a/.gitlab-image-tags.yml b/.gitlab-image-tags.yml index e8f6420e24..d1312500d3 100644 --- a/.gitlab-image-tags.yml +++ b/.gitlab-image-tags.yml @@ -8,4 +8,4 @@ variables: FEDORA_TAG: '2022-12-10.0' INDENT_TAG: '2022-03-07.1' LINT_TAG: '2023-02-16.5' - WINDOWS_TAG: '2023-01-26.0' + WINDOWS_TAG: '2023-03-11.0' diff --git a/ci/docker/windows/Dockerfile b/ci/docker/windows/Dockerfile index eefa8b55c5..02253f36c9 100644 --- a/ci/docker/windows/Dockerfile +++ b/ci/docker/windows/Dockerfile @@ -18,6 +18,7 @@ RUN choco install -y git-lfs RUN choco install -y 7zip RUN choco install -y python3 --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 # Remove MAX_PATH limit of 260 characters RUN New-ItemProperty -Path 'HKLM:\\SYSTEM\\CurrentControlSet\\Control\\FileSystem' `