From 7a55dce8399a81dc9146bedee4157de5cec4cba3 Mon Sep 17 00:00:00 2001 From: MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Date: Wed, 13 Mar 2024 15:37:00 +0100 Subject: [PATCH] CI: Install build-dependencies in 'build_reference'-CI-job Since the update of 'serde_yaml' from 0.8 to 0.9, the build-dependencies are required to complete this CI-job. Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef62bba9..2d4a0c0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,6 +80,7 @@ build_reference: paths: - _build/doc script: + - apt-get -y build-dep . - apt-get -y install cargo - cd _build - ../cargo.sh doc --no-deps --document-private-items --features 'zbus_v1_5,clap_v4'