Skip to content

Commit

Permalink
install bookmark tlmgr pkg on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slager committed Mar 6, 2024
1 parent 4882687 commit ca627d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version
- run: tlmgr install multirow
- run: tlmgr install multirow bookmark

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version
- run: tlmgr install multirow
- run: tlmgr install multirow bookmark

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit ca627d4

Please sign in to comment.