Skip to content

Commit

Permalink
ci: Install harfbuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Oct 4, 2024
1 parent 0ca6b44 commit 6b7cd29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
components: rustfmt

- name: Install dependencies
run: |
sudo apt update
sudo apt install libharfbuzz-dev
- run: cargo fmt -- --check
- run: cargo test
- run: cargo test --features harfbuzz

0 comments on commit 6b7cd29

Please sign in to comment.