Skip to content

Commit

Permalink
Merge pull request #20 from EcoNumUdS/dev_book
Browse files Browse the repository at this point in the history
Add installation of librsvg as system dependency
  • Loading branch information
vcameron1 authored Feb 11, 2024
2 parents c1c7848 + 53a8467 commit e3b9d3f
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 e3b9d3f

Please sign in to comment.