Skip to content

Commit

Permalink
Install graphviz on CI runner
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Feb 29, 2024
1 parent ec85374 commit dfcbd35
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Setup Ninja
run: sudo apt-get install ninja-build

- name: Setup Graphviz
run: sudo apt-get install graphviz

- name: Setup Valgrind
if: github.event_name == 'pull_request'
run: sudo apt-get install valgrind
Expand Down

0 comments on commit dfcbd35

Please sign in to comment.