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 43150a5 commit acf1540
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: ${{ github.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

property "runs-on" is not defined in object type {action: string; action_path: string; action_ref: string; action_repository: string; action_status: string; actor: string; actor_id: string; api_url: string; artifact_cache_size_limit: number; base_ref: string; env: string; event: object; event_name: string; event_path: string; graphql_url: string; head_ref: string; job: string; output: string; path: string; ref: string; ref_name: string; ref_protected: bool; ref_type: string; repository: string; repository_id: string; repository_owner: string; repository_owner_id: string; repository_visibility: string; repositoryurl: string; retention_days: number; run_attempt: string; run_id: string; run_number: string; secret_source: string; server_url: string; sha: string; state: string; step_summary: string; token: string; triggering_actor: string; workflow: string; workflow_ref: string; workflow_sha: string; workspace: string}
run: |
sudo apt update
sudo apt -y install fontconfig
- name: Build
run: |
cd compilers/concrete-optimizer
Expand Down

0 comments on commit acf1540

Please sign in to comment.