Skip to content

Commit 1653491

Browse files
committed
github-CI: make installation quiet by default
1 parent 0d069f5 commit 1653491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: update
17-
run: sudo apt-get install gcc make libfftw3-dev liblapacke-dev libpng-dev libopenblas-dev gfortran
17+
run: sudo apt-get install -q gcc make libfftw3-dev liblapacke-dev libpng-dev libopenblas-dev gfortran
1818
- name: make all
1919
run: make all
2020
- name: make utest
@@ -23,5 +23,5 @@ jobs:
2323
run: make test
2424
- name: make pythontest
2525
run: |
26-
sudo apt install python3 python3-numpy
26+
sudo apt-get install -q python3 python3-numpy
2727
make pythontest

0 commit comments

Comments
 (0)