We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642c885 commit 7057d3cCopy full SHA for 7057d3c
.github/workflows/ci.yml
@@ -632,7 +632,7 @@ jobs:
632
633
- name: Install Homebrew packages
634
run: |
635
- brew install automake libtool gcc
+ brew install --quiet automake libtool gcc
636
ln -s $(brew --prefix gcc)/bin/gcc-?? /usr/local/bin/gcc
637
638
- name: Install and cache Valgrind
@@ -691,7 +691,7 @@ jobs:
691
692
693
694
695
696
697
- name: CI script
0 commit comments