Skip to content

Commit 6b7cd29

Browse files
committed
ci: Install harfbuzz
1 parent 0ca6b44 commit 6b7cd29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
with:
2828
toolchain: ${{ matrix.rust }}
2929
components: rustfmt
30+
31+
- name: Install dependencies
32+
run: |
33+
sudo apt update
34+
sudo apt install libharfbuzz-dev
35+
3036
- run: cargo fmt -- --check
3137
- run: cargo test
3238
- run: cargo test --features harfbuzz

0 commit comments

Comments
 (0)