0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00

ci: avoid running man-db triggers when setting up sysroot (#11300)

This commit is contained in:
Bert Belder 2021-07-06 15:50:19 +02:00
parent b7d0667a74
commit 753fd1eacc
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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