csdms / bmi-fortran

Basic Model Interface for Fortran
https://bmi.readthedocs.io
MIT License
6 stars 10 forks source link

Disable conda compiler for CI on Windows #52

Closed mdpiper closed 11 months ago

mdpiper commented 11 months ago

The Fortran conda compiler doesn't appear to be working on Windows when running CI on GitHub Actions (see #51). In this PR, I've removed it in favor of a gfortran install provided on the Windows platform used by Actions. I also noted the install location on Windows includes a Library prefix to the standard GNU install directories.