Skip to content

Commit ea098bb

Browse files
committed
Install Graphviz on the CI job
1 parent 118e65b commit ea098bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
- name: Install Graphviz
19+
run: sudo apt-get install -y graphviz
1820
- uses: actions/checkout@v3
1921
- name: Set up JDK 17
2022
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)