Skip to content

Commit ecb398e

Browse files
committed
CI: Disable template building on latest Ubuntu until dioxus/wry are updated
1 parent 88402b3 commit ecb398e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
host:
36-
- ubuntu-latest
36+
# Disabled until we bump to `dioxus 0.4` with `wry 0.28`. The latest
37+
# Ubuntu provides `libwebkit2gtk-4.1-dev` while these crates still rely
38+
# on `libwebkit2gtk-4.0-dev`:
39+
# - ubuntu-latest
3740
- macos-latest
3841
- windows-latest
3942
opt:

0 commit comments

Comments
 (0)