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 4a589f8 commit dc17646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/graphviz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: install graphviz
run: |
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
curl -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
Expand Down

0 comments on commit dc17646

Please sign in to comment.