We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3121b70 commit 751d9e2Copy full SHA for 751d9e2
1 file changed
.github/workflows/build.yml
@@ -11,6 +11,7 @@ on:
11
branches: [ release, master ]
12
pull_request:
13
14
+ workflow_dispatch:
15
16
jobs:
17
build:
@@ -48,6 +49,12 @@ jobs:
48
49
- uses: r-lib/actions/setup-tinytex@v1
50
- run: tlmgr --version
51
52
+ - name: add more tex pkgs
53
+ run: |
54
+ install.packages('tinytex')
55
+ tinytex:::install_yihui_pkgs()
56
+ shell: Rscript {0}
57
+
58
- name: set token for cytoinstaller(and remotes) to increase github API rate limit
59
env:
60
SUPER_SECRET: ${{ secrets.CYTOINSTALLER_TOKEN }}
0 commit comments