diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9ccb89..6b9e8cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,29 +70,6 @@ jobs: with: name: macos path: artifacts/ - windows: - runs-on: windows-latest - steps: - - uses: actions/checkout@v2 - with: - submodules: recursive - - name: Set up cache - uses: actions/cache@v2 - with: - path: ~/.buildcache - key: ${{ runner.os }}-win-${{ github.sha }} - restore-keys: | - ${{ runner.os }}-win- - - name: Install dependencies - run: ./.ci/windows-msvc/deps.sh - shell: bash - - name: Set up MSVC - uses: ilammy/msvc-dev-cmd@v1 - - name: Build - run: ./.ci/windows-msvc/build.sh - shell: bash - env: - ENABLE_COMPATIBILITY_REPORTING: "ON" release: runs-on: ubuntu-latest needs: [build, macos]