Skip to content

Commit

Permalink
chore: update plantuml installed version to render all diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
julen-garcia committed Nov 8, 2024
1 parent 68242e3 commit 08aaaa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install plantuml
- name: Install latest plantuml version
run: |
sudo apt-get install plantuml -y
sudo bash -c "curl -L https://raw.githubusercontent.com/riboseinc/plantuml-install/main/ubuntu.sh | bash"
- name: Python install
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 08aaaa6

Please sign in to comment.