From 3e9488bd386e343bd11506be5376155bd0cc6831 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 28 Dec 2018 15:02:13 +0200 Subject: Fix: apt update && dist-upgrade when building vmdb2 manual on sid Otherwise, the systree's archved Packages file is used, and it gets obsolete fairly soon. --- ci-prod-websites.ick | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-prod-websites.ick b/ci-prod-websites.ick index f15663b..2a9f2e0 100644 --- a/ci-prod-websites.ick +++ b/ci-prod-websites.ick @@ -224,6 +224,8 @@ pipelines: - rsync_target actions: - shell: | + apt update + apt dist-upgrade -y apt install -y pandoc texlive texlive-xetex fonts-freefont-ttf mkdir html cd src -- cgit v1.2.1