ci: install make
This commit is contained in:
parent
ad6e0569be
commit
2014336b03
|
|
@ -9,7 +9,7 @@ variables:
|
||||||
OSTREE_VERSION: v2019_3
|
OSTREE_VERSION: v2019_3
|
||||||
|
|
||||||
before_script:
|
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'
|
- curl -L "${SCCACHE_URL}" | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache'
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue