Skip to content

Commit d4f4f29

Browse files
committed
Stop building Windows with Freetype on the CI
Windows with Freetype is a really unusual combination and the bundled build is currently broken in `freetype-sys` (see #270). Just building a normal bundled build should allow us to upgrade to the latest version of `freetype-sys`. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
1 parent ff9830d commit d4f4f29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ jobs:
134134
uses: dtolnay/rust-toolchain@stable
135135

136136
- name: Cargo build
137-
run: cargo build --workspace --features "freetype-sys/bundled bundled"
137+
run: cargo build --workspace --features "bundled"
138138

139139
- name: Cargo test
140-
run: cargo test --workspace --features "freetype-sys/bundled bundled"
140+
run: cargo test --workspace --features "bundled"
141141
env:
142142
RUST_BACKTRACE: 1
143143

0 commit comments

Comments
 (0)