From 9c1897645265c6a450930e766ab46c02a240891f Mon Sep 17 00:00:00 2001 From: arvidn Date: Tue, 14 Nov 2023 22:43:08 +0100 Subject: [PATCH] fix MingW64 CI build --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f98dcd30f1c..3cd0f584d02 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -221,6 +221,7 @@ jobs: - name: Set up MinGW uses: egor-tensin/setup-mingw@v2 with: + static: 0 platform: x64 - name: tests (deterministic)