Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 7416299

Browse files
authored
Merge pull request #1088 from lukaszstolarczuk/fix-windows-CI-build
Fix windows CI build
2 parents bb3a4ee + 4b724a9 commit 7416299

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/gha.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ jobs:
9191
windows:
9292
name: Windows
9393
runs-on: windows-latest
94-
95-
# XXX: enable once https://github.com/actions/virtual-environments/issues/3475 is solved
96-
if: false
97-
9894
env:
9995
platform: x64
10096
VCPKG_DEFAULT_TRIPLET: x64-windows
@@ -158,6 +154,7 @@ jobs:
158154
-DTESTS_TBB=ON
159155
-DDEVELOPER_MODE=ON
160156
-DCXX_STANDARD="${{ matrix.CXX_STANDARD }}"
157+
-DTEST_MPSC_QUEUE=OFF
161158

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

0 commit comments

Comments
 (0)