Skip to content

apply_patches.sh: use realpath when getting arugment to be safe agasi… #8

apply_patches.sh: use realpath when getting arugment to be safe agasi…

apply_patches.sh: use realpath when getting arugment to be safe agasi… #8

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