Skip to content

Commit

Permalink
Add building with cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Sep 3, 2024
1 parent f43d343 commit cc590ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spack_cpu_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ jobs:
run: spack -e . develop --path=$(pwd) exago@develop

- name: Concretize
run: spack -e . concretize
run: spack -e . concretize --fresh

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

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

0 comments on commit cc590ea

Please sign in to comment.