Skip to content

Commit

Permalink
CI: install rsvg-convert
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Sep 28, 2024
1 parent 3a916b4 commit da82a07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pandoc
- name: Install apt packages
run: |
$APT_INSTALL pandoc
$APT_INSTALL pandoc librsvg2-bin
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit da82a07

Please sign in to comment.