Skip to content

Even more debugging. #17

Even more debugging.

Even more debugging. #17

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