ci: fix quotation in `MESON_OPTIONS`

Fix quotation in `MESON_OPTIONS` because it is not expanded the way we want it.

Fixes: 44367eef12 ("ci: add `-UFASTPATH` to build_all")
This commit is contained in:
Barnabás Pőcze 2023-05-31 18:43:54 +02:00
parent fe99990e0f
commit 7fb7c679d0
1 changed files with 2 additions and 2 deletions

View File

@ -305,8 +305,8 @@ build_all:
-Droc=disabled
-Dlibcamera=disabled
-Dsession-managers=[]
-Dc_args="['-UFASTPATH']"
-Dcpp_args="['-UFASTPATH']"
-Dc_args=['-UFASTPATH']
-Dcpp_args=['-UFASTPATH']
parallel:
matrix:
- CC: [gcc, clang]