From 24853482a83ec98fad6065ad5085fe7aa10ab411 Mon Sep 17 00:00:00 2001 From: arvidn Date: Tue, 12 Apr 2022 00:22:32 +0200 Subject: [PATCH] disable windows store CI build --- .github/workflows/windows.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 4935e0bf7ad..5c092d18c03 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -130,7 +130,9 @@ jobs: matrix: include: - config: asio-debugging=on picker-debugging=on windows-version=vista - - config: windows-api=store windows-version=win10 + # the Windows Store API build is disabled because boost.container + # contains a .c file that cannot be built with /ZW in msvc + #- config: windows-api=store windows-version=win10 - config: deprecated-functions=off steps: