Skip to content

Commit

Permalink
Add installation of librsvg as system dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vcameron1 committed Feb 11, 2024
1 parent e2d841b commit 53a8467
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
r-version: '4.2.0'

- name: Install system dependencies
run: sudo apt-get install librsvg

- name: Install R dependencies
run: make install

Expand Down

0 comments on commit 53a8467

Please sign in to comment.