From: Felix Krull Date: Thu, 31 Oct 2019 12:53:12 +0000 (+0100) Subject: ci: install make X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~20^2~182 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2014336b03b6a29bbf340989bc0fe67c6b76469d;p=ostree.git ci: install make --- diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index ff535e25..00ffb39b 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -9,7 +9,7 @@ variables: OSTREE_VERSION: v2019_3 before_script: -- dnf install -y cargo rust clippy rustfmt git ostree-devel +- dnf install -y cargo rust clippy rustfmt git make ostree-devel - curl -L "${SCCACHE_URL}" | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache' cache: