Skip to content

Commit da82a07

Browse files
committed
CI: install rsvg-convert
1 parent 3a916b4 commit da82a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/version-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ jobs:
4545
uses: actions/checkout@v4
4646
with:
4747
fetch-depth: 0
48-
- name: Install pandoc
48+
- name: Install apt packages
4949
run: |
50-
$APT_INSTALL pandoc
50+
$APT_INSTALL pandoc librsvg2-bin
5151
- name: Set up Python ${{ env.PYTHON_VERSION }}
5252
uses: actions/setup-python@v5
5353
with:

0 commit comments

Comments
 (0)