mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
fe99990e0f
commit
7fb7c679d0
1 changed files with 2 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue