From a04e67d9dd27baa99e2a34b18b764819c2c5edac Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Mon, 2 Nov 2020 12:49:31 -0800 Subject: [PATCH] Temporarily disable nightly windows builds Theres a compiler ICE thats blocking us from publishing. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a835eeb2c..734f6d3c61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,8 @@ jobs: exclude: - os: macos-10.15 toolchain: nightly + - os: windows-2019 + toolchain: nightly runs-on: ${{ matrix.os }} needs: clean steps: