Skip to content

Commit f58d1c5

Browse files
committed
feat: enhance CI workflow by adding buildcache and color options for Spack setup
1 parent db1129a commit f58d1c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ jobs:
6161

6262
- name: Set up Spack
6363
uses: spack/[email protected]
64+
with:
65+
buildcache: true
66+
color: true
67+
path: _spack
6468

6569
- name: Configure CMake
6670
shell: spack-bash {0}

0 commit comments

Comments
 (0)