CI: Add gtksourceview3-devel package

This tells GitLab CI to install the package `gtksourceview3-devel` in
order to successfully build Fractal.

See https://gitlab.gnome.org/World/fractal/issues/154
This commit is contained in:
Eisha Chen-yen-su 2018-07-17 21:02:05 +02:00 committed by Daniel García Moreno
parent a691590195
commit f97b225930

View file

@ -41,7 +41,7 @@ flatpak:
only:
- master
before_script:
- dnf install -y rust cargo meson make gtk3-devel gspell-devel openssl-devel gmp-devel \
- dnf install -y rust cargo meson make gtk3-devel gtksourceview3-devel gspell-devel openssl-devel gmp-devel \
gstreamer1-devel gstreamer1-plugins-base-tools \
gstreamer1-plugins-base-devel \
gstreamer1-plugins-good gstreamer1-plugins-good-extras \