We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e34c73 commit 403286fCopy full SHA for 403286f
.github/workflows/build-spack-nodeps.yml
@@ -66,8 +66,6 @@ jobs:
66
- name: Install sst-core, sst-elements, and sst-macro
67
run: |
68
eval "$(spack env activate --sh .)"
69
- # workaround for 2.42 installation issues on macOS
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
0 commit comments