mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
ci: Speed up windows image builds a bit
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5043>
This commit is contained in:
parent
e8731f26de
commit
038a8c5308
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue