Skip to content

Commit

Permalink
Fix windows deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Aug 26, 2024
1 parent a54bab6 commit 8371739
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ jobs:
install.packages('tinytex')
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}
shell: Rscript {0}

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

0 comments on commit 8371739

Please sign in to comment.