Skip to content

Commit d0cb5cc

Browse files
author
Toby Dylan Hocking
committed
try sysreqs
1 parent aabcee0 commit d0cb5cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
eval sudo $cmd
7070
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "22.04"))')
7171
72+
- name: Install R Package Build Dependencies on MacOS, from https://github.com/stan-dev/cmdstanr/pull/1072/files
73+
if: runner.os == 'macOS'
74+
uses: r-hub/actions/setup-r-sysreqs@v1
75+
with:
76+
type: 'minimal'
77+
7278
- name: Install dependencies
7379
run: |
7480
remotes::install_deps(dependencies = TRUE)

0 commit comments

Comments
 (0)