Skip to content

Consitent .yaml ending for all workflow files. #22

Consitent .yaml ending for all workflow files.

Consitent .yaml ending for all workflow files. #22

Workflow file for this run

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