Skip to content

Use site scope instead. #22

Use site scope instead.

Use site scope instead. #22

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 }}