Skip to content

Commit d2cf717

Browse files
committed
See if windows CI works again with updated webengine
1 parent 3f9febc commit d2cf717

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
# windows is disabled because webenging is crashing when compiling rapydscript in CI, try re-enabling after next Qt update
13-
os: [ubuntu-latest, macos-latest]
12+
os: [ubuntu-latest, macos-latest, windows-latest]
1413
steps:
1514
- name: Checkout source code
1615
uses: actions/checkout@v3

0 commit comments

Comments
 (0)