Skip to content

Commit

Permalink
Add Graphviz dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KKegel authored Dec 10, 2024
1 parent 40754c8 commit d6f1650
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/generate_dataset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
java-version: 21
distribution: temurin

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

- name: Run generate.sh
run: ./generate.sh
Expand Down

0 comments on commit d6f1650

Please sign in to comment.