Skip to content

Commit 6566fe2

Browse files
committed
ci: missing tex installation
1 parent 4f668f1 commit 6566fe2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,15 @@ jobs:
4646
extra-packages: any::rcmdcheck
4747
needs: check
4848

49+
- uses: r-lib/actions/setup-tinytex@v2
50+
env:
51+
TINYTEX_INSTALLER: TinyTeX
52+
53+
- name: Install additional LaTeX packages
54+
run: |
55+
tlmgr update --self
56+
tlmgr install doublestroke relsize
57+
4958
- uses: r-lib/actions/check-r-package@v2
5059
with:
5160
upload-snapshots: true

0 commit comments

Comments
 (0)