Skip to content

Commit aa69677

Browse files
tinytex_2023
1 parent cb37506 commit aa69677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-bioc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ jobs:
160160
uses: r-lib/actions/setup-tinytex@v2
161161

162162
- name: Install tinytex packages
163-
run: |
164-
tinytex::install_tinytex(version = "2024.03")
163+
run: |
165164
system("tlmgr --version")
166165
install.packages("tinytex")
166+
tinytex::install_tinytex(version = "2024.03")
167167
tinytex::tlmgr_install(pkgs = c("bera", "caption", "changepage", "enumitem", "everysel", "fancyhdr", "footmisc", "grfext", "index", "marginfix", "mathtools",
168168
"ms", "nowidow", "parnotes", "parskip", "placeins", "preprint", "ragged2e", "side", "soul", "titlesec", "tocbibind", "xstring"))
169169
shell: Rscript {0}

0 commit comments

Comments
 (0)