Skip to content

Set SPACK_ROOT for spack ci. #18

Set SPACK_ROOT for spack ci.

Set SPACK_ROOT for spack ci. #18

Workflow file for this run

name: Spack Build
on: push
jobs:
concretize:
strategy:
fail-fast: false
matrix:
target: [common, release, release-debug]
uses: ./.github/workflows/concretize-template.yaml
with:
target: ${{ matrix.target }}