mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
See if windows CI works again with updated webengine
This commit is contained in:
parent
3f9febc9ec
commit
d2cf717587
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user