From 1ac2e6c809731455d68cf932a04124b234aff058 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 17 Mar 2021 12:27:00 -0700 Subject: [PATCH] ci: github actions add mingw --- .github/workflows/ci-scripts-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index c52522b..fb0d439 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -136,6 +136,12 @@ jobs: base: "7.0" name: "7.0 Win2019 MSC-19, static" + - os: windows-2019 + cmp: gcc + configuration: static + base: "7.0" + name: "7.0 Win2019 mingw, static" + steps: - uses: actions/checkout@v2 with: