From 14577daf7f823f38191d157fcfc8c448609bbb3c Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Wed, 28 Aug 2019 01:11:16 +0200 Subject: [PATCH] ci: I guess we did need CMake --- rust-bindings/rust/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index 0cea1a9b..20f1bfd0 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -10,7 +10,7 @@ variables: before_script: # TODO: use libostree from unstable - apt-get update -- apt-get install -y libostree-dev +- apt-get install -y cmake libostree-dev - wget -O - ${SCCACHE_URL} | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache' cache: