From f61d56e9fa522dc6670aa2f2378866a84281bfbb Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Fri, 14 Jul 2023 17:58:41 +0530 Subject: [PATCH] ci: Add openssh to MSYS2 in the windows image scp is needed to upload the cerbero deps artifact. Part-of: --- ci/docker/windows/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/docker/windows/Dockerfile b/ci/docker/windows/Dockerfile index e4985dd48f..b78b640af0 100644 --- a/ci/docker/windows/Dockerfile +++ b/ci/docker/windows/Dockerfile @@ -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