From d2cf717587c142c1733c166b9a82cd5353e596e1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 26 Aug 2024 13:15:50 +0530 Subject: [PATCH] See if windows CI works again with updated webengine --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a9be1189b..38130c4af2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # windows is disabled because webenging is crashing when compiling rapydscript in CI, try re-enabling after next Qt update - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Checkout source code uses: actions/checkout@v3