Skip to content

Commit

Permalink
graphviz installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
PioBeat committed May 28, 2024
1 parent 5bfb540 commit 5434a22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'

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

- name: Cache local Maven repository
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 5434a22

Please sign in to comment.