Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ jobs:
windows:
name: Windows
runs-on: windows-latest

# XXX: enable once https://github.com/actions/virtual-environments/issues/3475 is solved
if: false

env:
platform: x64
VCPKG_DEFAULT_TRIPLET: x64-windows
Expand Down Expand Up @@ -158,6 +154,7 @@ jobs:
-DTESTS_TBB=ON
-DDEVELOPER_MODE=ON
-DCXX_STANDARD="${{ matrix.CXX_STANDARD }}"
-DTEST_MPSC_QUEUE=OFF

- name: Build
run: msbuild build/ALL_BUILD.vcxproj /property:Configuration=${{ matrix.BUILD_TYPE }} /verbosity:minimal /m
Expand Down