Skip to content

Commit 420aa6c

Browse files
committed
Trying to install graphviz depdency for vignettes
1 parent 1a20266 commit 420aa6c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,11 @@ jobs:
6262
if: runner.os == 'Linux'
6363
run: |
6464
sudo apt-get update
65-
sudo apt-get install -y qpdf ghostscript
65+
sudo apt-get install -y qpdf ghostscript graphviz
66+
if: runner.os == 'macOS'
67+
run: brew install graphviz
68+
if: runner.os == 'Windows'
69+
run: choco install graphviz -y
6670

6771
- uses: r-lib/actions/setup-r-dependencies@v2
6872
with:

0 commit comments

Comments
 (0)