Skip to content

Commit f3f1915

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`.
1 parent ff9830d commit f3f1915

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)