]> granicus.if.org Git - fortune-mod/commitdiff
gh actions #2: mswin64: try2fix
authorShlomi Fish <shlomif@shlomifish.org>
Mon, 4 Apr 2022 09:57:36 +0000 (12:57 +0300)
committerShlomi Fish <shlomif@shlomifish.org>
Mon, 4 Apr 2022 09:57:36 +0000 (12:57 +0300)
.github/workflows/windows-x64.yml
CI-testing/translate-travis.yml-to-github-actions.py

index 8b0ead75c84d6c6222f89eeb26f7a439efed7cbb..c15e05df878f31e1ccf4330ddd09a24940524126 100644 (file)
@@ -53,6 +53,10 @@ jobs:
                     Test::TrailingSpace
 
                     Test::Trap'
+        -   name: Set up MinGW
+            uses: egor-tensin/setup-mingw@v2
+            with:
+                platform: x64
         -   name: install and test_script code
             run: '@echo on
 
index 364d147d0e62b999726a7b05e95458d502561d3e..64ba4d3af9790a3cd7fbcbb51d7c6b7241ddf65e 100644 (file)
@@ -156,7 +156,8 @@ def generate_windows_yaml(plat, output_path, is_act):
     }
     steps.append(cpanm_step)
     # if True:  # plat == 'x86':
-    if plat == 'x86':
+    # if plat == 'x86':
+    if True:
         mingw = {
             "name": "Set up MinGW",
             "uses": "egor-tensin/setup-mingw@v2",