forked from mirrors/gstreamer-rs
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:
parent
adea2428af
commit
2f75087830
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue