Skip to content

Commit

Permalink
Attempt to install pdflatex
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Oct 10, 2024
1 parent 1c197b9 commit 1430b6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Install TeX Live
run: |
sudo apt-get update
sudo apt-get install -y texlive-full
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit 1430b6d

Please sign in to comment.