Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Jiang authored Nov 17, 2020
1 parent 3121b70 commit 751d9e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
branches: [ release, master ]
pull_request:
branches: [ release, master ]
workflow_dispatch:

jobs:
build:
Expand Down Expand Up @@ -48,6 +49,12 @@ jobs:
- uses: r-lib/actions/setup-tinytex@v1
- run: tlmgr --version

- name: add more tex pkgs
run: |
install.packages('tinytex')
tinytex:::install_yihui_pkgs()
shell: Rscript {0}

- name: set token for cytoinstaller(and remotes) to increase github API rate limit
env:
SUPER_SECRET: ${{ secrets.CYTOINSTALLER_TOKEN }}
Expand Down

0 comments on commit 751d9e2

Please sign in to comment.