From 1bc45a36fb9a809b21c464987d845af123ce0adc Mon Sep 17 00:00:00 2001 From: Vladimir Vukicevic Date: Sat, 18 Apr 2020 23:07:43 -0700 Subject: [PATCH] re-enable windows build workflow --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de0bab0..a423edb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,9 +18,7 @@ jobs: os: - ubuntu-latest - macos-latest - # Build still fails on windows - sysroot path passed to compiler-rt - # is incorrect. - # - windows-latest + - windows-latest steps: - uses: actions/checkout@v1 with: