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 5, 2023
1 parent 9b4a651 commit 20f16b0
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 @@ -21,7 +21,8 @@ jobs:
run: |
# sudo apt-get update
wget https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/9.0.0/ubuntu_20.04_graphviz-9.0.0-cmake.deb
sudo apt-get install -y ubuntu_20.04_graphviz-9.0.0-cmake.deb
sudo dpkg -i ubuntu_20.04_graphviz-9.0.0-cmake.deb
sudo apt-get install -f
- name: check version
run: dot -V

0 comments on commit 20f16b0

Please sign in to comment.