Skip to content

Commit

Permalink
disable windows store CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Apr 11, 2022
1 parent ba36f8c commit 2485348
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2485348

Please sign in to comment.