Skip to content

Commit dacaa73

Browse files
committed
Install missing package
1 parent 9a35eae commit dacaa73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Setup Graphviz
4646
uses: ts-graphviz/setup-graphviz@v2
4747

48+
- name: Setup rsvg-convert
49+
run: sudo apt-get install -y librsvg2-bin
50+
4851
- name: Railroad Diagrams
4952
run: |
5053
cd language/rrd

0 commit comments

Comments
 (0)