Skip to content

Commit

Permalink
Fix windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Aug 26, 2024
1 parent 2a57038 commit 0a2fd4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ jobs:
tinytex::install_tinytex(force = TRUE)
tinytex::tlmgr_install(c('inconsolata', 'pdftex', 'latex-bin', 'tools', 'amsmath', 'geometry', 'hyperref'))
tinytex::tlmgr_update()
tinytex::reinstall_tlmgr()
Sys.setenv(PATH = paste(Sys.getenv("PATH"), tinytex::tinytex_root(), sep=";"))
shell: Rscript {0}

Expand Down

0 comments on commit 0a2fd4c

Please sign in to comment.