Skip to content

Commit 1ddd262

Browse files
committed
trying to fix macos check error
1 parent af201ae commit 1ddd262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Install system dependencies for vignettes (macOS)
6868
if: runner.os == 'macOS'
69-
run: brew install graphviz
69+
run: brew install qpdf ghostscript graphviz
7070

7171
- name: Install system dependencies for vignettes (Windows)
7272
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)