Skip to content

Commit 63ea56b

Browse files
committed
ci: Don't build pango with --all-features for now
pango git has broken versioning.
1 parent aa41344 commit 63ea56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- { name: "gio", features: "v2_84", nightly: "--all-features", test_sys: true }
2626
- { name: "glib", features: "v2_84,log", nightly: "--all-features", test_sys: true }
2727
- { name: "graphene", features: "v1_12", nightly: "", test_sys: true }
28-
- { name: "pango", features: "v1_56", nightly: "--all-features", test_sys: true }
28+
- { name: "pango", features: "v1_56", nightly: "", test_sys: true }
2929
- { name: "pangocairo", features: "", nightly: "--all-features", test_sys: true }
3030
steps:
3131
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)