Skip to content

Commit

Permalink
ci: use setup fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Feb 16, 2024
1 parent 99271d2 commit 7f6183d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mac14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- name: Install Dependencies
run: brew install curl openssl libaec llvm mpich gfortran
run: brew install curl openssl libaec llvm mpich
- name: Install gfortran
uses: awvwgk/setup-fortran@v1
- name: Get hdf5 release base name
uses: dsaltares/fetch-gh-release-asset@master
with:
Expand Down

0 comments on commit 7f6183d

Please sign in to comment.