mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-29 21:34:17 +01:00
ci: Explicitly use meson setup to silence a warning
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -152,7 +152,7 @@ variables:
|
||||
if ! pkg-config --atleast-version "${GOBJECT_INTROSPECTION_TAG}" gobject-introspection-1.0; then
|
||||
mkdir -p gobject-introspection
|
||||
git clone --branch "${GOBJECT_INTROSPECTION_TAG}" https://gitlab.gnome.org/GNOME/gobject-introspection.git gobject-introspection
|
||||
meson gobject-introspection gobject-introspection/build --prefix=/usr
|
||||
meson setup gobject-introspection gobject-introspection/build --prefix=/usr
|
||||
sudo meson install -C gobject-introspection/build
|
||||
fi
|
||||
artifacts:
|
||||
|
||||
Reference in New Issue
Block a user