From 6890a437c019a127b4ed1db3680bb237be70fabb Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 3 Jan 2024 21:22:10 +0530 Subject: [PATCH] ... --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a2e0a767c..7a9be1189b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +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] steps: - name: Checkout source code