From 4ec34af9d92ab039bc1b1b36d4532100b9b05705 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Tue, 7 Apr 2020 11:25:32 -0700 Subject: [PATCH] github ci: try turning windows back on? --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f266fa2..5566466 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,7 @@ jobs: os: - ubuntu-latest - macos-latest - # llvm 9 build is broken on windows for now. Re-enable this when it is fixed: - # - windows-latest + - windows-latest steps: - uses: actions/checkout@v1 with: