forked from mirrors/gstreamer-rs
52c764b986
We all know that external utilities returning a non-zero exit code do not terminate a powershell script. However, most do not know (and neither did I) that it is impossible to promote error exit codes to script-terminating errors with ErrorActionPreference. Explicitly check the return codes and Exit. https://github.com/MicrosoftDocs/PowerShell-Docs/issues/1583 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1368>
4 lines
94 B
YAML
4 lines
94 B
YAML
variables:
|
|
GST_RS_IMG_TAG: "2023-12-19.2"
|
|
GST_RS_STABLE: "1.74.1"
|
|
GST_RS_MSRV: "1.70.0"
|