Commit a01b254
authored
Fix gfortran 11 linking issue on Windows (#58)
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.1 parent adec3af commit a01b254
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
| 101 | + | |
105 | 102 | | |
106 | 103 | | |
107 | 104 | | |
| |||
0 commit comments