Skip to content

Commit 70b70b1

Browse files
committed
fix: correct spack environment activation command in CI workflow
1 parent bf22fa9 commit 70b70b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
-
4848
name: Build
4949
run: |
50-
spacktivate feelpp-openmpi4-kokkos
50+
spack env activate feelpp-openmpi4-kokkos
5151
cmake --preset default
5252
cmake --build --preset default
5353
-

0 commit comments

Comments
 (0)