Skip to content

Commit

Permalink
gha: add libfontconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Dec 20, 2024
1 parent 00cf1c7 commit c61f4de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
steps:
- name: "Checkout code"
uses: actions/checkout@v4
name: "Install apt deps"
run: sudo apt install -y libfontconfig1
- name: "Run cargo fmt check"
run: cargo fmt --all -- --check
- name: "Run cargo clippy"
Expand Down

0 comments on commit c61f4de

Please sign in to comment.