Skip to content

Commit

Permalink
Add missing graphiz native install.
Browse files Browse the repository at this point in the history
  • Loading branch information
daemontus committed Oct 26, 2024
1 parent 8cba457 commit 847f043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ env.RUST_VERSION }}
- name: Install graphviz
run: sudo apt-get install -y graphviz
- name: Run tests.
run: |
python3 -m venv venv
Expand Down

0 comments on commit 847f043

Please sign in to comment.