Skip to content

Commit ba5b295

Browse files
committed
Update the workflow to check the package on GitHub: add libraries for pdflatex
1 parent 8585745 commit ba5b295

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ jobs:
3939
r-version: ${{ matrix.config.r }}
4040
http-user-agent: ${{ matrix.config.http-user-agent }}
4141
use-public-rspm: true
42+
43+
- uses: r-lib/actions/setup-tinytex@v2
4244

4345
- name: Install libraries for Linux
4446
if: runner.os == 'Linux'
4547
run: |
46-
sudo apt-get install libcurl4-openssl-dev
48+
sudo apt-get install libcurl4-openssl-dev texlive
4749
4850
- uses: r-lib/actions/setup-r-dependencies@v2
4951
with:

0 commit comments

Comments
 (0)