This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository eradio.
View the commit online.
commit 20c1a4d021bc4b8defec52bbe8001d6286b10489
Author: politebot <[email protected]>
AuthorDate: Fri Oct 10 16:41:22 2025 -0500
Skip mandb
---
.github/workflows/build.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2d81449..f031b5e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,6 +15,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
+ - name: Configure dpkg to skip docs
+ run: |
+ sudo mkdir -p /etc/dpkg/dpkg.cfg.d
+ echo "path-exclude /usr/share/doc/*" | sudo tee /etc/dpkg/dpkg.cfg.d/01_nodoc
+ echo "path-exclude /usr/share/man/*" | sudo tee -a /etc/dpkg/dpkg.cfg.d/01_nodoc
+
- name: Install dependencies
run: |
sudo apt-get update
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.