Skip to content

Commit 82a4b8d

Browse files
committed
compiler
1 parent 2a849d9 commit 82a4b8d

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,18 @@ jobs:
103103
python-version: ${{ matrix.python }}
104104

105105
- name: Setup Fortran
106+
if: runner.os != 'Windows'
106107
uses: fortran-lang/setup-fortran@v1
108+
with:
109+
compiler: gcc
110+
version: ${{ env.GCC_V }}
111+
112+
- name: Setup Fortran (Windows)
113+
if: runner.os == 'Windows'
114+
uses: fortran-lang/setup-fortran@v1
115+
with:
116+
compiler: intel
117+
version: latest
107118

108119
- name: Install project
109120
working-directory: modflow-devtools

0 commit comments

Comments
 (0)