Skip to content

Commit

Permalink
added libgit2 install for Ubuntu GH actions build
Browse files Browse the repository at this point in the history
  • Loading branch information
jasenfinch committed Mar 24, 2021
1 parent b79de33 commit 259a5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
do
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
sudo apt install libnetcdf-dev
sudo apt install libnetcdf-dev libgit2-dev
- name: Install dependencies
run: |
Expand Down

0 comments on commit 259a5c8

Please sign in to comment.