Skip to content

Add spack-bash to cache setup. #21

Add spack-bash to cache setup.

Add spack-bash to cache setup. #21

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