Skip to content

Commit 44fb3f2

Browse files
committed
Ensure mac builder has graphics device
1 parent 0abd082 commit 44fb3f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242

4343
- uses: r-lib/actions/setup-pandoc@v1
4444

45+
- name: Install xquartz
46+
if: runner.os == 'macOS'
47+
run: brew install --cask xquartz
48+
4549
- uses: r-lib/actions/setup-r@v1
4650
with:
4751
r-version: ${{ matrix.config.r }}

0 commit comments

Comments
 (0)