Skip to content

Commit

Permalink
Fix GHA syntax in .github/workflows/build-spack-nodeps.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Dec 5, 2023
1 parent 5d3139f commit d18cf9d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-spack-nodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ jobs:
install-spack:
runs-on: ubuntu-latest
name: Within Spack version ${{ matrix.version }}
matrix:
- version:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
version:
- '13.1.0'
steps:
- uses: actions/checkout@v4
- name: Install Spack
uses: vsoch/spack-package-action/install@main
- name: Install sst-core, sst-elements, and sst-macro
runs: |
run: |
spack env create sst
spack env activate sst
spack add sst-core@${{ matrix.version }}
Expand Down

0 comments on commit d18cf9d

Please sign in to comment.