Dont know why webengine is failing on CI machine

Since Qt have broken webengine in many ways on windows of late, lets
sink time into investigating it only if it stays broken after the next
Qt update bundled with calibre.
This commit is contained in:
Kovid Goyal
2024-01-03 21:03:18 +05:30
parent f0700b4722
commit c94feafd3b
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-2022]
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout source code
uses: actions/checkout@v3