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