Skip to content

Commit e5372c8

Browse files
committed
Install XQuartz under macOS
1 parent 982865c commit e5372c8

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
@@ -33,6 +33,10 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535

36+
# To support plotting with SVG device under macOS
37+
- if: runner.os == 'macOS'
38+
run: brew install --cask xquartz
39+
3640
- uses: r-lib/actions/setup-pandoc@v2
3741

3842
- uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)