Skip to content

Commit

Permalink
ci: Add no-verbose flag to wget
Browse files Browse the repository at this point in the history
  • Loading branch information
edalm committed Oct 18, 2024
1 parent d866e16 commit 67a386f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/tests/gitlab-ci-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- pacman --noconfirm -U https://archive.archlinux.org/packages/d/dia/dia-0.97.3-9-x86_64.pkg.tar.zst
# temporary revert to Doxygen 1.11.0. The package has been recompiled
# without spdlog and wizard support to fix a library dependency.
- wget http://www.nsnam.org/packages/doxygen-1.11.0-4-x86_64.pkg.tar.zst
- wget -nv http://www.nsnam.org/packages/doxygen-1.11.0-4-x86_64.pkg.tar.zst
- pacman --noconfirm -U doxygen-1.11.0-4-x86_64.pkg.tar.zst
# no policy is a good policy.
- mv /etc/ImageMagick-7/policy.xml /etc/ImageMagick-7/policy.xml.bak
Expand Down

0 comments on commit 67a386f

Please sign in to comment.