Skip to content

Commit

Permalink
fix fontkit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Feb 4, 2025
1 parent bd3ecb2 commit 71152fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
override: false
- name: Install font kit dependencies
if: matrix.os == 'ubuntu-latest'
run: |
# https://crates.io/crates/font-kit
sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev
- name: Run tests
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 71152fd

Please sign in to comment.