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 9, 2025
1 parent 2195d5d commit cec1a5f
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: ${{ runs-on == 'ubuntu-latest' }}

Check failure on line 46 in .github/workflows/concrete_optimizer.yml

View workflow job for this annotation

GitHub Actions / action-lint

undefined variable "runs-on". available variables are "env", "github", "inputs", "job", "matrix", "needs", "runner", "secrets", "steps", "strategy", "vars"
run: |
sudo apt update
sudo apt -y install fontconfig
- name: Build
run: |
cd compilers/concrete-optimizer
Expand Down

0 comments on commit cec1a5f

Please sign in to comment.