diff --git a/.github/workflows/run_checks.yml b/.github/workflows/run_checks.yml index aa410d8d..46650505 100644 --- a/.github/workflows/run_checks.yml +++ b/.github/workflows/run_checks.yml @@ -92,6 +92,8 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ needs.clang-format.outputs.new_sha }} + - name: Setup Graphviz + uses: ts-graphviz/setup-graphviz@v1 - name: Fetch Git Submodules run: | git submodule update --init --recursive