Skip to content

Re-work of mucoll-spack to enable build of releases fully on github #82

Re-work of mucoll-spack to enable build of releases fully on github

Re-work of mucoll-spack to enable build of releases fully on github #82

Workflow file for this run

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