Skip to content

Use spack mirror add to add the buildcache instead of manual setting. #23

Use spack mirror add to add the buildcache instead of manual setting.

Use spack mirror add to add the buildcache instead of manual setting. #23

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