Skip to content

Commit 759eff1

Browse files
committed
fix typo
1 parent b74341f commit 759eff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install tinytex packages
1515
run: |
1616
Rscript \
17-
-e "install.packages('tinytex')"
17+
-e "install.packages('tinytex')" \
1818
-e "tinytex::tlmgr_install('epstopdf')"
1919
- name: Check
2020
run: Rscript -e "rcmdcheck::rcmdcheck(args = '--no-manual', error_on = 'error')"

0 commit comments

Comments
 (0)