mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
gitlab/ci_template.yml: Use correct yaml syntax
single quotes in yaml don't escape special charters which causes the env variable to never be resolved to its proper path.
This commit is contained in:
parent
01beb70022
commit
c930a3a229
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ manifest:
|
|||
CXX: "ccache g++"
|
||||
CCACHE_BASEDIR: "${CI_PROJECT_DIR}"
|
||||
CCACHE_DIR: "${CI_PROJECT_DIR}/ccache"
|
||||
MAIN_DIR: '${CI_PROJECT_DIR}'
|
||||
MAIN_DIR: "${CI_PROJECT_DIR}"
|
||||
MESON_ARGS: >
|
||||
-Dpython=enabled
|
||||
-Dlibav=enabled
|
||||
|
|
Loading…
Reference in a new issue