Skip to content

Remove -f from apply_patches for build workflow. #33

Remove -f from apply_patches for build workflow.

Remove -f from apply_patches for build workflow. #33

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