Skip to content

Commit

Permalink
Merge pull request #179 from es-ude/depGraph
Browse files Browse the repository at this point in the history
fix(action): setup graphviz
  • Loading branch information
DerDavidos authored Dec 16, 2023
2 parents 9db9516 + ef090ba commit 8a60f36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a60f36

Please sign in to comment.