See if windows CI works again with updated webengine

This commit is contained in:
Kovid Goyal 2024-08-26 13:15:50 +05:30
parent 3f9febc9ec
commit d2cf717587
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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