Skip to content

Commit

Permalink
Update check-standard.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
obrl-soil committed Jul 19, 2020
1 parent 5ab5c2f commit da4c80b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,19 @@ jobs:
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable --yes
sudo apt-get --yes --force-yes update -qq
sudo apt-get install -y libudunits2-dev libproj-dev libgeos++-dev libgdal-dev libnode-dev
apt-cache policy libnode-dev
sudo add-apt-repository ppa:cran/v8
sudo apt-get update
sudo apt-get upgrade -y
apt-cache policy libnode-dev
- name: Install dependencies
run: |
# bugfix for tidyr on Win (pkg install order issues?)
remotes::install_cran(c('ps', 'pillar', 'pkgbuild'))
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
install.packages('V8') # force reinstall for linux
#install.packages('V8') # force reinstall for linux
library(V8) # report version
shell: Rscript {0}

Expand Down

0 comments on commit da4c80b

Please sign in to comment.