Skip to content

Commit

Permalink
Update workflow parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Oct 25, 2022
1 parent 77292ce commit 71c0ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:

- name: Install dependencies
run: |
Sys.setenv("MAKEFLAGS"="-j2")
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
remotes::install_local(path = ".")
Expand Down

0 comments on commit 71c0ea7

Please sign in to comment.