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

Commit

Permalink
Merge pull request #1088 from lukaszstolarczuk/fix-windows-CI-build
Browse files Browse the repository at this point in the history
Fix windows CI build
  • Loading branch information
igchor authored Jun 21, 2021
2 parents bb3a4ee + 4b724a9 commit 7416299
Showing 1 changed file with 1 addition and 4 deletions.
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

0 comments on commit 7416299

Please sign in to comment.