Skip to content

Commit

Permalink
Add 'spack clean' to reduce the size of the cache files
Browse files Browse the repository at this point in the history
  • Loading branch information
DusanJovic-NOAA committed Mar 20, 2024
1 parent 9190556 commit a46d3e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/GCC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
spack config add "packages:mpi:require:'${{ matrix.mpi }}'"
spack concretize |& tee ${SPACK_ENV}/log.concretize
spack install -j2 --fail-fast
spack clean --all
- name: build-fv3atm
run: |
Expand Down

0 comments on commit a46d3e6

Please sign in to comment.