Skip to content

Commit ab09a10

Browse files
committed
coverage: yes to all + quiet apt install
1 parent d9855e9 commit ab09a10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
3131
- name: Install additional dependencies
3232
run: |
33-
sudo apt-get install doxygen
34-
sudo apt-get install graphviz
35-
sudo apt-get install libhdf5-mpi-dev
33+
sudo apt-get install -yq doxygen
34+
sudo apt-get install -yq graphviz
35+
sudo apt-get install -yq libhdf5-mpi-dev
3636
3737
## Kokkos
3838
- name: Kokkos Checkout repo
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Install lcov 1.16
110110
shell: bash
111-
run: sudo apt-get install lcov
111+
run: sudo apt-get install -yq lcov
112112

113113
- name: MeshFields Configure CMake
114114
shell: bash

0 commit comments

Comments
 (0)