Skip to content

Commit c5c4c8d

Browse files
authored
Install librsvg-bin in build latex format
1 parent 7031568 commit c5c4c8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ jobs:
7070
- name: setup
7171
run: ./scripts/setup.sh
7272

73+
- name: Install APT dependencies
74+
if: matrix.format != 'latex'
75+
run: sudo apt update -y && sudo apt install librsvg2-bin -y
76+
7377
- name: Add problem matcher
7478
uses: sphinx-doc/github-problem-matcher@v1.1
7579

0 commit comments

Comments
 (0)