From 793b9f67cf6a566b73c7ed5f9c3f7cd402634e2f Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Mon, 28 Sep 2020 14:24:52 +0200 Subject: [PATCH] Deactivate windows 32 (#1763) --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9962c819a..c6b866076 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,10 @@ jobs: - os: windows cpu: amd64 TEST_KIND: unit-tests - - os: windows - cpu: i386 - TEST_KIND: unit-tests + # Devel cache corrupted for mingw? missing propidl.h on PR but not push CI + # - os: windows + # cpu: i386 + # TEST_KIND: unit-tests # # Minimal integration tests # - os: linux