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: