From 2fbe39444acf49d4cb2d3b5da611e8b55c23defa Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Tue, 7 Apr 2020 17:50:53 -0700 Subject: [PATCH] github ci: windows is still broken, will have to fix later --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ba9ac1a..693e6f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,9 @@ jobs: os: - ubuntu-latest - macos-latest - - windows-latest + # Build still fails on windows - sysroot path passed to compiler-rt + # is incorrect. + # - windows-latest steps: - uses: actions/checkout@v1 with: