From: Shlomi Fish Date: Mon, 4 Apr 2022 09:57:36 +0000 (+0300) Subject: gh actions #2: mswin64: try2fix X-Git-Tag: fortune-mod-3.14.0~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4545b74654550137f44c4f11ea3389c9375825a7;p=fortune-mod gh actions #2: mswin64: try2fix --- diff --git a/.github/workflows/windows-x64.yml b/.github/workflows/windows-x64.yml index 8b0ead7..c15e05d 100644 --- a/.github/workflows/windows-x64.yml +++ b/.github/workflows/windows-x64.yml @@ -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 diff --git a/CI-testing/translate-travis.yml-to-github-actions.py b/CI-testing/translate-travis.yml-to-github-actions.py index 364d147..64ba4d3 100644 --- a/CI-testing/translate-travis.yml-to-github-actions.py +++ b/CI-testing/translate-travis.yml-to-github-actions.py @@ -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",