Skip to content

Commit 2949234

Browse files
authored
Merge pull request #17 from bigbio/copilot/fix-ci-cd-workflow-errors
Fix R-CMD-check LaTeX PDF failures by installing missing TinyTeX font package
2 parents 698420a + fd3750d commit 2949234

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
needs: check
4949

5050
- uses: r-lib/actions/setup-tinytex@v2
51+
- name: Install TinyTeX fonts needed for vignette PDF rendering
52+
run: tinytex::tlmgr_install("bera")
53+
shell: Rscript {0}
5154

5255
- uses: r-lib/actions/check-r-package@v2
5356
with:

0 commit comments

Comments
 (0)