ci: Add openssh to MSYS2 in the windows image

scp is needed to upload the cerbero deps artifact.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5043>
This commit is contained in:
Nirbheek Chauhan 2023-07-14 17:58:41 +05:30 committed by GStreamer Marge Bot
parent 585d719bd1
commit f61d56e9fa

View file

@ -52,7 +52,7 @@ RUN git config --system core.longpaths true
COPY upgrade_msys2.ps1 C:\
RUN C:\upgrade_msys2.ps1
RUN C:\msys64\msys2_shell.cmd -ucrt64 -defterm -here -no-start -use-full-path -lc 'pacman -S --noconfirm mingw-w64-ucrt-x86_64-toolchain ninja'
RUN C:\msys64\msys2_shell.cmd -ucrt64 -defterm -here -no-start -use-full-path -lc 'pacman -S --noconfirm mingw-w64-ucrt-x86_64-toolchain ninja openssh'
RUN python -m pip install meson==1.1.1 python-gitlab