Skip to content

chore(deps): bump the github-actions group with 5 updates #255

chore(deps): bump the github-actions group with 5 updates

chore(deps): bump the github-actions group with 5 updates #255

name: lin spack ompi f
on:
workflow_dispatch:
push:
pull_request:
branches: [ develop ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
- 'doc/**'
- 'release_docs/**'
- 'ACKNOWLEDGEMENTS'
- 'COPYING**'
- '**.md'
concurrency:
group: ${{ github.workflow }}-${{ github.sha || github.event.pull_request.number }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install Fortran
uses: fortran-lang/setup-fortran@v1
with:
compiler: gcc
version: 13
- name: Checkout spack
uses: actions/checkout@v4.1.1
with:
repository: spack/spack
path: ./spack
- name: Run a multi-line script
run: |
. ./spack/share/spack/setup-env.sh
spack spec hdf5@develop+mpi+fortran
spack install hdf5@develop+mpi+fortran