-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
It seems SPACK_ROOT isn't set by this action. Is that intentional? The following workflow shows nothing for SPACK_ROOT (https://github.com/AlexanderRichert-NOAA/ci-playground/actions/runs/19686556436/job/56393323435):
name: Test
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: spack/setup-spack@v2
- name: Run tests
shell: spack-bash {0}
run: |
echo SPACK_ROOT: $SPACK_ROOTThe rest of the setup is clearly being executed, and if I really have to I can derive $SPACK_ROOT from $(which spack). Would it make sense to add it to $GITHUB_ENV`?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels