Skip to content

Commit

Permalink
ci: swap setup-fortran for install-gfortran-action (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Oct 13, 2023
1 parent ff9e224 commit d0ddf2a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/mf6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ jobs:
pip install https://github.com/MODFLOW-USGS/modflowapi/zipball/develop
pip install .[test,optional]
- name: Install gfortran
uses: modflowpy/install-gfortran-action@v1
- name: Setup GNU Fortran
uses: awvwgk/setup-fortran@v1
with:
compiler: gcc
version: 13

- name: Checkout MODFLOW 6
uses: actions/checkout@v4
Expand Down

0 comments on commit d0ddf2a

Please sign in to comment.