Skip to content

Commit

Permalink
ci: Silence the package managers
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgesStavracas committed Sep 5, 2024
1 parent c29bb02 commit 22502f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- name: Install dependencies
run: |
echo "$HOME/.local/bin" >> $GITHUB_PATH
apt-get update
apt-get install -y \
apt-get update --quiet
apt-get install --quiet -y \
dbus \
gettext \
gi-docgen \
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- name: Install dependencies
run: |
dnf install -y \
dnf install --quiet -y \
gcc \
git \
gi-docgen \
Expand Down

0 comments on commit 22502f7

Please sign in to comment.