From 753fd1eacc0ca7bcb5dd36b164dca4e340be03b4 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 6 Jul 2021 15:50:19 +0200 Subject: ci: avoid running man-db triggers when setting up sysroot (#11300) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f1aea50b..1efb99f2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,6 +158,9 @@ jobs: - name: Set up Linux sysroot with Ubuntu 18.04 and LLVM if: matrix.use_sysroot run: | + # Avoid running man-db triggers, which sometimes takes several minutes + # to complete. + sudo apt-get remove -y --purge man-db sudo apt-get update sudo apt-get install debootstrap -- cgit v1.2.3