Skip to content

Commit dd7d650

Browse files
committed
Install missing tex pkg for GH Actions
1 parent 954d0bc commit dd7d650

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535

3636
- uses: r-lib/actions/setup-tinytex@master
3737

38+
- run: tlmgr install pdfpages
39+
3840
- uses: r-lib/actions/setup-r@v1
3941
with:
4042
r-version: ${{ matrix.config.r }}

0 commit comments

Comments
 (0)