Skip to content

Commit

Permalink
Call apt install only for ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Dec 30, 2024
1 parent 681501b commit 14141d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Install dependencies (needed for yeslogic-fontconfig-sys crate)
if: matrix.os == 'ubuntu-latest'
run: sudo apt update && sudo apt install -y libfontconfig1-dev
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 14141d9

Please sign in to comment.