Skip to content

Commit

Permalink
Add apt install fontconfig for doc-links in CI too
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Dec 30, 2024
1 parent 14141d9 commit 1cf837f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
name: Intra-doc links
runs-on: ubuntu-latest
steps:
- name: Install dependencies (needed for yeslogic-fontconfig-sys crate)
if: matrix.os == 'ubuntu-latest'
- uses: actions/checkout@v4
- run: cargo fetch
# Requires #![deny(rustdoc::broken_intra_doc_links)] in crates.
Expand Down

0 comments on commit 1cf837f

Please sign in to comment.