summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-16 12:57:13 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-16 12:57:13 +0200
commitbd5b56c588cbd1b7d4b882768d74f5a027c48669 (patch)
tree5b0f3aae0838661973b0ccd6eef0b2fcfadb3c35
parent3805906085f5a9c48238679883b16235614a08f8 (diff)
downloadliw-ci-bd5b56c588cbd1b7d4b882768d74f5a027c48669.tar.gz
fix: install pandoc for obnam-benchmark reports
Sponsored-by: author
-rw-r--r--ci-prod.ick2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-prod.ick b/ci-prod.ick
index a5453f2..6bcaf84 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
+ apt-get install obnam-benchmark pandoc
mkdir -p publish
cd src
./report.sh *.json > ../publish/obnam-benchmark.html