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
@ -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…
x
Reference in New Issue
Block a user