From 1095ef0aa6127b42e8ee02e8a28e7232b9c33184 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Mon, 8 Nov 2021 11:23:50 +0000 Subject: [PATCH] Add libolm-dev and cmake to CI deps --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ebb1ab0..c0087f0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,7 +4,7 @@ pipeline: clippy: image: rust:1.56.1-slim commands: - - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential + - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake #- rustup component add clippy # TODO clippy one day - cargo check @@ -15,7 +15,7 @@ pipeline: tag: v* image: rust:1.56.1-slim commands: - - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential + - apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libolm-dev cmake - cargo build --release - "dir=$DRONE_REPO_NAME-$DRONE_TAG-${DRONE_ARCH/'/'/-}" - "mkdir $dir"