We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f4a41 commit 7e34c73Copy full SHA for 7e34c73
.github/workflows/build-spack-nodeps.yml
@@ -70,7 +70,7 @@ jobs:
70
spack add binutils@2.41
71
spack add sst-core@${{ matrix.version }}
72
spack add sst-elements@${{ matrix.version }}
73
- if [[ "${{ matrix.version }}" != "13.1.0" ]] && [[ "$(uname)" != "Darwin" ]]; then
+ if ! [[ "${{ matrix.version }}" == "13.1.0" ]] && [[ "$(uname)" == "Darwin" ]]; then
74
spack add sst-macro@${{ matrix.version }}
75
fi
76
spack concretize --reuse --force
0 commit comments