ci: Speed up windows image builds a bit

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5043>
This commit is contained in:
Nirbheek Chauhan 2023-07-12 15:11:02 +05:30 committed by GStreamer Marge Bot
parent e8731f26de
commit 038a8c5308

View file

@ -4,6 +4,8 @@ FROM 'mcr.microsoft.com/windows/server:ltsc2022'
# Make sure any failure in PowerShell is fatal
ENV ErrorActionPreference='Stop'
# Speed up Invoke-WebRequest by disabling progress bar
ENV ProgressPreference='SilentlyContinue'
SHELL ["powershell","-NoLogo", "-NonInteractive", "-Command"]
# Not needed right now, disable for now