... | ... |
@@ -59,7 +59,7 @@ jobs: |
59 | 59 |
|
60 | 60 |
- name: Install macOS system dependencies |
61 | 61 |
if: runner.os == 'macOS' |
62 |
- run: brew install libgit2 |
|
62 |
+ run: brew install libgit2 xquartz |
|
63 | 63 |
|
64 | 64 |
- name: Get bioc ver |
65 | 65 |
run: echo "bioc_ver=$(Rscript -e 'writeLines(as.character(remotes::bioc_version()))')" >> $GITHUB_ENV |