Skip to content

Commit d555679

Browse files
committed
try installing X11 on MacOS
1 parent 432ac8e commit d555679

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
R_KEEP_PKG_SOURCE: yes
3131

3232
steps:
33+
- name: Install X11 dependencies on MacOS
34+
if: matrix.config.os == 'macos-latest'
35+
run: |
36+
brew --cask install xquartz
37+
3338
- uses: actions/checkout@v4
3439

3540
- uses: r-lib/actions/setup-pandoc@v2

0 commit comments

Comments
 (0)