Skip to content

Commit 98640a4

Browse files
authored
Merge pull request #1072 from stan-dev/macos-deps
Install package build deps on MacOS
2 parents da99e2b + e60f531 commit 98640a4

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
@@ -55,6 +55,12 @@ jobs:
5555
r-version: ${{ matrix.config.r }}
5656
rtools-version: ${{ matrix.config.rtools }}
5757

58+
- name: Install R Package Build Dependencies on MacOS
59+
if: ${{ runner.os == 'macOS' }}
60+
uses: r-hub/actions/setup-r-sysreqs@v1
61+
with:
62+
type: 'minimal'
63+
5864
- uses: r-lib/actions/[email protected]
5965

6066
- uses: r-lib/actions/[email protected]

0 commit comments

Comments
 (0)