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 20f16b0 commit 4a589f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/graphviz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
steps:
- name: install graphviz
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 dpkg -i ubuntu_20.04_graphviz-9.0.0-cmake.deb
wget -o graphviz.deb https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/9.0.0/ubuntu_20.04_graphviz-9.0.0-cmake.deb
sudo dpkg -i graphviz.deb
sudo apt-get install -f
- name: check version
Expand Down

0 comments on commit 4a589f8

Please sign in to comment.