From ef238ca1fd9ef36dd077fe38a2a2a0f075a38e8a Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Tue, 7 Jan 2020 06:59:29 -0700 Subject: [PATCH] workflow: Just skip the Windows unity build for now --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f173f531e..efd0fbc481 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - ubuntu-bionic-coverage-ninja - macos-eigen-coverage-unity-xcode - macos-nometa-standard-makefile - - windows-standard-unity-msvc +# - windows-standard-unity-msvc # FIXME when GH Actions runners upgrade CMake to >=3.16.1 - windows-nopython-nometa-standard-msvc include: @@ -61,7 +61,7 @@ jobs: - profile: windows-standard-unity-msvc os: windows-2019 config: Standard - unity: NO # FIXME when GH Actions runners upgrade CMake to >=3.16.1 + unity: YES generator: Visual Studio 16 2019 compiler: Default metalibs: YES