diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f320872..c72db4c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,6 +19,9 @@ jobs: - name: Set up LLVM and Clang run: | + # Don't waste a bunch of time processing man-db triggers + echo "set man-db/auto-update false" | sudo debconf-communicate + sudo dpkg-reconfigure man-db sudo apt-get update sudo apt-get install -y lld llvm llvm-dev clang