Skip to content

Commit 18fbb0e

Browse files
committed
Add -qq to make apt-get be quiet in the check-build.yml workflow
1 parent 9dcef53 commit 18fbb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
sudo tee /etc/dpkg/dpkg.cfg.d/01_nodoc > /dev/null << 'EOF'
3939
path-exclude /usr/share/man/*
4040
EOF
41-
sudo apt-get update
42-
sudo apt-get install -y libxml2-utils
41+
sudo apt-get update -qq
42+
sudo apt-get install -qq -y libxml2-utils
4343
bin/lint.sh
4444
4545
- name: Generate HTML lists

0 commit comments

Comments
 (0)