]> granicus.if.org Git - fortune-mod/commitdiff
gh actions #7: win64: try mingw/cmake fix
authorShlomi Fish <shlomif@shlomifish.org>
Sat, 11 Dec 2021 16:14:57 +0000 (18:14 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Sat, 11 Dec 2021 16:14:57 +0000 (18:14 +0200)
.github/workflows/windows-x64.yml
CI-testing/translate-travis.yml-to-github-actions.py

index ebc6846233a4a1caf58b7955b547d946f0775656..48072f9c2e94ecb4622f4def72d4bf86fb7f5bfa 100644 (file)
@@ -200,7 +200,7 @@ jobs:
 
                 SET SKIP_RINUTILS_INSTALL=1
 
-                perl CI-testing/continuous-integration-testing.pl --gen="MSYS Makefiles"
+                perl CI-testing/continuous-integration-testing.pl --gen="MinGW Makefiles"
                 || ( echo Failed & exit /B 1 )
 
                 '
index 55f74434b7e80299a34bad597ec3e66244e59ee9..58bfd06f295f2ebdcde1c2a87ec991bd492a77d5 100644 (file)
@@ -196,6 +196,7 @@ def generate_windows_yaml(plat, output_path, is_act):
             if cmd.startswith("C:\\cygwin64\\setup"):
                 continue
             cmd = cmd.replace("cygwin64", "cygwin")
+            cmd = cmd.replace("MSYS Makefiles", "MinGW Makefiles")
             if cmd.startswith("cpanm "):
                 words = cmd.split(' ')[1:]
                 dw = []