This commit is contained in:
Kovid Goyal 2024-01-03 21:22:10 +05:30
parent c94feafd3b
commit 6890a437c0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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