Skip to content

Commit

Permalink
Install graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Nov 15, 2024
1 parent 054a30d commit d0b1af7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
run: |
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/ferrous-systems/mdslides/releases/download/v0.4.0/mdslides-installer.sh | sh
- name: Add graphviz
run: |
apt-get upgrade -y && apt-get install -y graphviz
- name: Update Rust
run: |
rustup update stable
Expand Down

0 comments on commit d0b1af7

Please sign in to comment.