Skip to content

Commit

Permalink
GH Actions. Install further system dependencies required by INLA.
Browse files Browse the repository at this point in the history
  • Loading branch information
famuvie committed Jun 23, 2024
1 parent 44c48d5 commit 59ad12e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
while read -r cmd
do
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "22.04") |> c("apt-get install -y libudunits2-dev"))')
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "22.04"))')
## INLA system requirements not installed previously
apt-get install libudunits2-dev libgdal-dev gdal-bin libgeos-dev libproj-dev libsqlite3-dev libjpeg-dev libfribidi-dev libharfbuzz-dev libtiff-dev libgit2-dev libgsl0-dev libglu1-mesa-dev libgl1-mesa-dev
- name: Install dependencies
run: |
Expand Down

0 comments on commit 59ad12e

Please sign in to comment.