Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Jan 10, 2025
1 parent 4c43d71 commit c1dae69
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 @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install fontconfig
run: |
sudo apt-get update
sudo apt-get install libfontconfig-dev
- name: Install Rust, clippy and rustfmt
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit c1dae69

Please sign in to comment.