Skip to content

Commit

Permalink
Adds glossaries as a package for tinytex install
Browse files Browse the repository at this point in the history
  • Loading branch information
kellijohnson-NOAA committed Apr 25, 2023
1 parent 5ef3b74 commit 676b352
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/R-CMDcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,19 @@ jobs:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-tinytex@v2
env:
# install full prebuilt version
TINYTEX_INSTALLER: TinyTeX

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}

- name: add TeX deps
run: |
tinytex::tlmgr_install(pkgs = "glossaries")
shell: Rscript {0}

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

- name: Query dependencies
Expand Down

0 comments on commit 676b352

Please sign in to comment.