mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
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:
parent
585d719bd1
commit
f61d56e9fa
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ RUN git config --system core.longpaths true
|
||||||
COPY upgrade_msys2.ps1 C:\
|
COPY upgrade_msys2.ps1 C:\
|
||||||
RUN C:\upgrade_msys2.ps1
|
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
|
RUN python -m pip install meson==1.1.1 python-gitlab
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue