ci: add openssl into the windows-image

Useful to build a couple of plugins, including dtls.

Related to gstreamer/gst-plugins-rs#346

Originally gstreamer/gstreamer!4607 but can't be merged yet
due to x86 issue.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1264>
This commit is contained in:
Jordan Petridis 2023-05-11 19:23:50 +03:00 committed by Jordan Petridіs
parent adea2428af
commit 2f75087830
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
variables:
GST_RS_IMG_TAG: "2023-04-20.0"
GST_RS_IMG_TAG: "2023-05-11.0"
GST_RS_STABLE: "1.69.0"
GST_RS_MSRV: "1.66.0"

View file

@ -9,7 +9,7 @@ SHELL ["powershell","-NoLogo", "-NonInteractive", "-Command"]
ARG DEFAULT_BRANCH="main"
ARG RUST_VERSION="invalid"
RUN choco install -y pkgconfiglite nasm llvm
RUN choco install -y pkgconfiglite nasm llvm openssl
# https://stackoverflow.com/a/50716450
RUN setx PATH '%PATH%;C:\Program Files\NASM;C:\gst-install\bin'