We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dcef53 commit 18fbb0eCopy full SHA for 18fbb0e
.github/workflows/check-build.yml
@@ -38,8 +38,8 @@ jobs:
38
sudo tee /etc/dpkg/dpkg.cfg.d/01_nodoc > /dev/null << 'EOF'
39
path-exclude /usr/share/man/*
40
EOF
41
- sudo apt-get update
42
- sudo apt-get install -y libxml2-utils
+ sudo apt-get update -qq
+ sudo apt-get install -qq -y libxml2-utils
43
bin/lint.sh
44
45
- name: Generate HTML lists
0 commit comments