Skip to content

Commit

Permalink
Update R-CMD-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiosg committed Apr 22, 2024
1 parent e28c9d8 commit e38cd06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Install Ghostscript and qpdf
- name: Install Ghostscript and qpdf (for Ubuntu)
if: startsWith(matrix.config.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install -y ghostscript qpdf

- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit e38cd06

Please sign in to comment.