ci: I guess we did need CMake

This commit is contained in:
Felix Krull 2019-08-28 01:11:16 +02:00 committed by Colin Walters
parent 110b09e1cd
commit 14577daf7f

View File

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