Skip to content

Commit

Permalink
Observe the contents of PATH and GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Dec 5, 2023
1 parent d18cf9d commit 29e6b3b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-spack-nodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
install-spack:
runs-on: ubuntu-latest
name: Within Spack version ${{ matrix.version }}
name: Within Spack version:${{ matrix.version }} / os:${{ matrix.os }}
strategy:
matrix:
os:
Expand All @@ -23,6 +23,9 @@ jobs:
uses: vsoch/spack-package-action/install@main
- name: Install sst-core, sst-elements, and sst-macro
run: |
echo "PATH: ${PATH}"
echo "GITHUB_PATH: ${GITHUB_PATH}"
[[ -f "${GITHUB_PATH}" ]] && cat "${GITHUB_PATH}"
spack env create sst
spack env activate sst
spack add sst-core@${{ matrix.version }}
Expand Down

0 comments on commit 29e6b3b

Please sign in to comment.