mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
ci: Remove windows-sdk-8.1 from docker image
We don't need this, we use the Windows 10 SDK provided by Visual Studio Build Tools. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1570>
This commit is contained in:
parent
4a18366f09
commit
72bd408c39
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ RUN choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
|
||||||
RUN choco install -y git --params '/NoAutoCrlf /NoCredentialManager /NoShellHereIntegration /NoGuiHereIntegration /NoShellIntegration'
|
RUN choco install -y git --params '/NoAutoCrlf /NoCredentialManager /NoShellHereIntegration /NoGuiHereIntegration /NoShellIntegration'
|
||||||
RUN choco install -y git-lfs
|
RUN choco install -y git-lfs
|
||||||
RUN choco install -y 7zip
|
RUN choco install -y 7zip
|
||||||
RUN choco install -y windows-sdk-8.1
|
|
||||||
RUN choco install -y python3
|
RUN choco install -y python3
|
||||||
RUN choco install -y msys2 --params '/NoPath /NoUpdate /InstallDir:C:\\msys64'
|
RUN choco install -y msys2 --params '/NoPath /NoUpdate /InstallDir:C:\\msys64'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue