Skip to content

Commit

Permalink
fix(ci): add missing fontconfig dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aPere3 committed Jan 13, 2025
1 parent 57eef1c commit a0ddc5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/concrete_optimizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
cargo --version
cd compilers/concrete-optimizer
cargo fmt --check
- name: Fix fontconfig on ubuntu
if: ${{ matrix.runson == 'ubuntu-latest' }}
run: |
sudo apt update
sudo apt -y install libfontconfig1-dev
- name: Build
run: |
cd compilers/concrete-optimizer
Expand Down

0 comments on commit a0ddc5e

Please sign in to comment.