ci: Set SUBPROJECTS_CACHE_DIR variable

It's used in the build script and it fails if it's undefined.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7428>
This commit is contained in:
Jordan Petridis 2024-08-29 22:52:25 +03:00 committed by GStreamer Marge Bot
parent b1fd616514
commit 595983df9f

View file

@ -724,6 +724,7 @@ check video formats:
MESON_ARGS: "${SIMPLE_BUILD}"
BUILD_GST_DEBUG: "-Dgstreamer:gst_debug=true"
GST_WERROR: "true"
SUBPROJECTS_CACHE_DIR: "/subprojects"
VIDEO_TOKEN: "GST_VIDEO_FORMATS_ALL_STR"
VIDEO_HEADER: "subprojects/gst-plugins-base/gst-libs/gst/video/video-format.h"
WL_TOKEN: "GST_WL_VIDEO_FORMATS"