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 2daf89d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ concurrency:

jobs:
lint_and_format:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: "Checkout code"
uses: actions/checkout@v4
- name: "Install apt deps"
run: sudo apt install -y libfontconfig1-dev
- name: "Run cargo fmt check"
run: cargo fmt --all -- --check
- name: "Get cargo version"
run: rustc --version
- name: "Run cargo clippy"
run: cargo clippy -- -D warnings

0 comments on commit 2daf89d

Please sign in to comment.