Skip to content

Commit 751d9e2

Browse files
author
Mike Jiang
authored
Update build.yml
1 parent 3121b70 commit 751d9e2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
branches: [ release, master ]
1212
pull_request:
1313
branches: [ release, master ]
14+
workflow_dispatch:
1415

1516
jobs:
1617
build:
@@ -48,6 +49,12 @@ jobs:
4849
- uses: r-lib/actions/setup-tinytex@v1
4950
- run: tlmgr --version
5051

52+
- name: add more tex pkgs
53+
run: |
54+
install.packages('tinytex')
55+
tinytex:::install_yihui_pkgs()
56+
shell: Rscript {0}
57+
5158
- name: set token for cytoinstaller(and remotes) to increase github API rate limit
5259
env:
5360
SUPER_SECRET: ${{ secrets.CYTOINSTALLER_TOKEN }}

0 commit comments

Comments
 (0)