Use spack mirror add to add the buildcache instead of manual setting. #23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |