From 885578932ad4d6791e6598f48429ef4fcaa714d4 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 3 Aug 2026 11:12:19 +0200 Subject: [PATCH] Ensure that latex-tables tool succeeds Signed-off-by: Steffen Jaeckel --- .ci/meta_builds.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/meta_builds.sh b/.ci/meta_builds.sh index db595a3e..1084d07b 100755 --- a/.ci/meta_builds.sh +++ b/.ci/meta_builds.sh @@ -24,6 +24,8 @@ function run_gcc() { make -j$(nproc) latex-tables V=0 + ./latex-tables + echo "verify docs..." while read -r line; do grep -q -e "$line" doc/crypt.tex || { echo "Failed to find \"$line\" in doc/crypt.tex"; exit 1; }