You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Programs compiled with gfortran 11 on Windows could link against the libgfortran-5.dll found in /c/mingw64/bin, which is associated with gfortran 12 (installed by default on Windows 2022 runner image). The simple solution is to move the entire mingw64 folder instead of just a few files.
0 commit comments