Skip to content

Commit 1eacbe1

Browse files
committed
Try installing Spack without specialized action
1 parent 2438808 commit 1eacbe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
repository: spack/spack
26-
path: /opt/spack
26+
path: spack
2727
- name: Add Spack to PATH
2828
run: |
29-
echo /opt/spack/bin >> "${GITHUB_PATH}"
29+
echo "${PWD}/spack/bin" >> "${GITHUB_PATH}"
3030
- name: Install sst-core, sst-elements, and sst-macro
3131
run: |
3232
echo "PATH: ${PATH}"

0 commit comments

Comments
 (0)