Skip to content

Commit

Permalink
fix update and install command
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoLencioni committed May 22, 2024
1 parent def1546 commit 410751b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/plantUML.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:

- name: Install Graphviz
run: |
apt-get update -q
apt-get install -y graphviz wget
sudo apt-get update && sudo apt-get install -y graphviz wget
- name: Download PlantUML
run: |
Expand Down

0 comments on commit 410751b

Please sign in to comment.