Skip to content

Commit

Permalink
Update fortran action step (HDFGroup#3748)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Oct 23, 2023
1 parent da3b7ff commit b411852
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,12 @@ jobs:

# symlinks the compiler executables to a common location
- name: Setup GNU Fortran
uses: modflowpy/install-gfortran-action@v1

uses: fortran-lang/setup-fortran@v1
id: setup-fortran
with:
compiler: gcc
version: 12

- name: Run ctest (MacOS)
id: run-ctest
run: |
Expand Down

0 comments on commit b411852

Please sign in to comment.