Skip to content

Commit 96697de

Browse files
authored
Fix PDF build for Python 3.14 (#293)
Add librsvg2-bin to APT dependencies installation
1 parent a0e4e04 commit 96697de

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)