Skip to content

Commit

Permalink
fix: install librsvg2, closes #31
Browse files Browse the repository at this point in the history
  • Loading branch information
berntpopp committed Dec 20, 2023
1 parent 94130ad commit af6d27d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
uses: r-lib/actions/setup-tinytex@v2
env:
TINYTEX_INSTALLER: TinyTeX
- name: Instaling librsvg2
timeout-minutes: 3
run: |
sudo apt-get install librsvg2-bin
- name: Instaling drawio
timeout-minutes: 3
run: |
Expand Down

0 comments on commit af6d27d

Please sign in to comment.