Skip to content

Commit d49a6fd

Browse files
committed
[ci] Disable update hook for man-pages
We don't require man-pages on the CI. Updating man-pages will unnecessarily increase build time.
1 parent 04f976a commit d49a6fd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Install Dependencies
4444
id: deps
4545
run: |
46+
echo 'set man-db/auto-update false' | sudo debconf-communicate >/dev/null
47+
sudo dpkg-reconfigure man-db
48+
4649
sudo apt update
4750
sudo apt -qq install \
4851
sqlite3 \

0 commit comments

Comments
 (0)