Skip to content

Commit

Permalink
Update graphviz.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato authored Oct 4, 2023
1 parent b1a7e97 commit e670d1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/graphviz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ jobs:
steps:
- name: install graphviz
run: |
apt install -y graphviz
apt-get update
apt-get install -y graphviz
dot -V

0 comments on commit e670d1b

Please sign in to comment.