Skip to content

Commit 56cd12f

Browse files
committed
try ncurses fix
1 parent dd4e672 commit 56cd12f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-spack-nodeps.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
with:
4242
persist-credentials: false
4343
# Take the latest (develop) version.
44-
repository: spack/spack
44+
repository: berquist/spack
45+
ref: sst-core-fix-curses-linkage
4546
path: spack
4647
- name: Add Spack to PATH and set mirror name
4748
run: |
@@ -70,5 +71,5 @@ jobs:
7071
if ! [[ "${{ matrix.version }}" == "13.1.0" ]] && [[ "$(uname)" == "Darwin" ]]; then
7172
spack add sst-macro@${{ matrix.version }}
7273
fi
73-
spack concretize --reuse --force
74-
spack install --fail-fast
74+
spack concretize --deprecated --fresh --force
75+
spack install -y --fail-fast

0 commit comments

Comments
 (0)