Skip to content

Commit c59fcf3

Browse files
committed
Remove --verbose from spack install in GH-Actions.
1 parent c434c78 commit c59fcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spack_cpu_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
run: spack -e . install --no-check-signature --only dependencies
181181

182182
- name: Install package
183-
run: spack -e . install --no-check-signature --fail-fast --keep-stage --no-cache --fresh --verbose
183+
run: spack -e . install --no-check-signature --fail-fast --keep-stage --no-cache --fresh
184184

185185
- name: Test Build
186186
run: cd $(spack -e . location --build-dir exago@develop) && ctest -VV

0 commit comments

Comments
 (0)