Skip to content

Commit 1b210d9

Browse files
authored
Install graphics dependencies in R CMD check CI/CD action
1 parent e15ceca commit 1b210d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,12 @@ jobs:
1414
R-CMD-check:
1515
runs-on: ubuntu-latest
1616
steps:
17+
- name: Install system dependencies
18+
run: |
19+
sudo apt-get update
20+
sudo apt-get install -y \
21+
libjpeg-dev \
22+
libpng-dev \
23+
libcairo2-dev
1724
- uses: r-lib/actions/setup-tinytex@v2
1825
- uses: uclahs-cds/tool-R-CMD-check-action@v2

0 commit comments

Comments
 (0)