Skip to content

Commit e196b11

Browse files
committed
guess a fix for a github action pblm
1 parent 1443993 commit e196b11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# fda
12
# Workflow derived from https://github.com/r-lib/actions/tree/master/examples
23
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
34
on:
@@ -30,7 +31,12 @@ jobs:
3031

3132
steps:
3233
- uses: actions/checkout@v3
34+
3335
- uses: r-lib/actions/setup-tinytex@v2
36+
37+
- name: Install additional LaTeX packages
38+
run: |
39+
tlmgr install fancyhdr pslatex grfext pgf palatino courier mathpazo
3440
- uses: r-lib/actions/setup-pandoc@v2
3541

3642
- uses: r-lib/actions/setup-r@v2

0 commit comments

Comments
 (0)