Skip to content

Commit

Permalink
Update build-quarto.yml to be able to install R packages like units
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbowers authored Aug 14, 2024
1 parent 8eb3889 commit 943f85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
with:
use-public-rspm: true

- name: Install libgit
- name: Install libgit and other linux packages
run: |
sudo apt-get install libgit2-dev
sudo apt-get install libgit2-dev libudunits2-dev libgdal-dev libgeos-dev libproj-dev
- name: Install renv from github
uses: r-lib/actions/setup-renv@v2
Expand Down

0 comments on commit 943f85f

Please sign in to comment.