Skip to content

Commit 292d58b

Browse files
committed
Restore xquartz install
1 parent abe2e03 commit 292d58b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545

4646
- uses: r-lib/actions/setup-pandoc@v2
4747

48+
# For file snapshot that uses png
49+
- name: Install xquartz
50+
if: runner.os == 'macOS'
51+
run: brew install --cask xquartz
52+
4853
- uses: r-lib/actions/setup-r@v2
4954
with:
5055
r-version: ${{ matrix.config.r }}

0 commit comments

Comments
 (0)