Skip to content

Commit

Permalink
generate view
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 12, 2024
1 parent 44f28e3 commit 8e9eb3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,14 @@ jobs:
- name: Spack build
run: |
spack -e . install --no-check-signature
- name: Generate spack view
run: |
SPACK_VIEW="$PWD/dependencies"
echo "SPACK_VIEW=${SPACK_VIEW}" >> "$GITHUB_ENV"
spack -e . config add "view:default:root:${SPACK_VIEW}"
spack -e . config add "view:default:link_type:copy"
spack -e . view regenerate
- uses: mxschmitt/action-tmate@v3
if: failure()
Expand Down

0 comments on commit 8e9eb3d

Please sign in to comment.