Skip to content

Commit

Permalink
ci: avoid running man-db triggers when setting up sysroot (denoland#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed Jul 6, 2021
1 parent b7d0667 commit 753fd1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 753fd1e

Please sign in to comment.