From f0d261c2ef92e4e3127b33c03585067d0da0811f Mon Sep 17 00:00:00 2001 From: Michal Rostecki Date: Sun, 15 Dec 2024 09:13:18 +0100 Subject: [PATCH] ci: Test mingw* targets Bug: https://bugs.gentoo.org/946397 Signed-off-by: Michal Rostecki --- .github/workflows/crossdev.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/crossdev.yml b/.github/workflows/crossdev.yml index 27b01b1..6e399ce 100644 --- a/.github/workflows/crossdev.yml +++ b/.github/workflows/crossdev.yml @@ -80,6 +80,9 @@ jobs: # - target: sh4-unknown-linux-musl # - target: sh4eb-unknown-linux-gnu # - target: sh4eb-unknown-linux-musl + - target: x86_64-w32-mingw32 + - target: x86_64-w64-mingw32 + - target: x86_64-w64-mingw64 - target: x86_64-unknown-linux-gnu - target: x86_64-unknown-linux-musl stage3: