mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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, windows-latest]
|
||||||
os: [ubuntu-latest, macos-latest]
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user