From e51edfb4734c3c8eba6c95bc116a948636199e36 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 16 Jan 2022 12:59:13 +0200 Subject: fix: actually install Sponsored-by: author --- ci-prod.ick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-prod.ick b/ci-prod.ick index 6bcaf84..7ed4797 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -1334,7 +1334,7 @@ pipelines: - where: container shell: | apt-get update - apt-get install obnam-benchmark pandoc + apt-get install -y obnam-benchmark pandoc mkdir -p publish cd src ./report.sh *.json > ../publish/obnam-benchmark.html -- cgit v1.2.1