Skip to content

Commit c453afd

Browse files
committed
CI: Spack v0.21.1
Update Spack in CI to the latest stable release.
1 parent a0eca32 commit c453afd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .github/workflows/dependencies/install_spack

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
set -eu -o pipefail
55

6-
spack_ver="0.17.1"
6+
spack_ver="0.21.1"
77

88
cd /opt
99
if [[ -d spack && ! -f spack_${spack_ver} ]]

Diff for: .github/workflows/tooling.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
run: |
2121
sudo apt-get update
2222
sudo apt-get install clang clang-tidy gfortran libopenmpi-dev python
23+
24+
which cmake
25+
2326
sudo .github/workflows/dependencies/install_spack
2427
- name: Build
2528
env: {CC: clang, CXX: clang++}

0 commit comments

Comments
 (0)