We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118e65b commit ea098bbCopy full SHA for ea098bb
1 file changed
.github/workflows/maven.yml
@@ -15,6 +15,8 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
+ - name: Install Graphviz
19
+ run: sudo apt-get install -y graphviz
20
- uses: actions/checkout@v3
21
- name: Set up JDK 17
22
uses: actions/setup-java@v3
0 commit comments