Skip to content

Commit cc590ea

Browse files
author
Rutherford, Cameron
committed
Add building with cache.
1 parent f43d343 commit cc590ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/spack_cpu_build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ jobs:
170170
run: spack -e . develop --path=$(pwd) exago@develop
171171

172172
- name: Concretize
173-
run: spack -e . concretize
173+
run: spack -e . concretize --fresh
174174

175175
- name: Install
176-
run: spack -e . install --no-check-signature --fail-fast --keep-stage --no-cache
176+
run: spack -e . install --no-check-signature --fail-fast --keep-stage
177177

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

0 commit comments

Comments
 (0)