diff options
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |