Skip to content

Commit

Permalink
Update fortran action step (#3749)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Oct 24, 2023
1 parent 1533df6 commit 097fd51
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 097fd51

Please sign in to comment.