CI: Add gstreamer as a dep for the debian build.
This commit is contained in:
parent
3baa69b43b
commit
55d94b1844
@ -25,7 +25,7 @@ variables:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update -yqq
|
- apt-get update -yqq
|
||||||
- apt-get install -yqq --no-install-recommends build-essential libgtk-3-dev meson
|
- apt-get install -yqq --no-install-recommends build-essential libgtk-3-dev meson libgstreamer1.0-dev
|
||||||
|
|
||||||
- mkdir -p .cargo_cache
|
- mkdir -p .cargo_cache
|
||||||
# Only stuff inside the repo directory can be cached
|
# Only stuff inside the repo directory can be cached
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user