Skip to content

Commit

Permalink
Change tinytex installation order
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari authored Jul 26, 2024
1 parent e0483b3 commit 460c7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ jobs:

- name: Install tinytex packages
run: |
tinytex::install_tinytex(version = "2021.03", force = TRUE)
tinytex::tlmgr("option repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2020/tlnet-final")
system("tlmgr --version")
install.packages("tinytex")
tinytex::install_tinytex(version = "2021.03", force = TRUE)
tinytex::tlmgr("option repository https://ftp.tu-chemnitz.de/pub/tug/historic/systems/texlive/2020/tlnet-final")
tinytex::tlmgr_install(pkgs = c("bera", "caption", "changepage", "enumitem", "everysel", "fancyhdr", "footmisc", "grfext", "index", "marginfix", "mathtools",
"ms", "nowidow", "parnotes", "parskip", "placeins", "preprint", "ragged2e", "side", "soul", "titlesec", "tocbibind", "xstring"))
shell: Rscript {0}
Expand Down

0 comments on commit 460c7f1

Please sign in to comment.