ci: install make

This commit is contained in:
Felix Krull 2019-10-31 13:53:12 +01:00 committed by Colin Walters
parent ad6e0569be
commit 2014336b03

View File

@ -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: