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 ba4a1c0 commit 925c51a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 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 @@ -45,6 +46,15 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v1

- 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 925c51a

Please sign in to comment.