Skip to content

Commit

Permalink
try RSPM in GH actions (take 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Apr 9, 2024
1 parent f3ff79c commit b1ec497
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R-CMD-check.yaml
@@ -1,5 +1,6 @@
# For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
## For help debugging build failures open an issue on the RStudio community with the 'github-actions' tag.
# https://community.rstudio.com/new-topic?category=Package%20development&tags=github-actions
## https://yamlchecker.com/
on:
push:
branches:
Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:
extra-packages: any::rcmdcheck
needs: check
upgrade: 'TRUE'
- name: Install texlive etc.
- name: Install texlive etc.
if: runner.os == 'Linux'
run: sudo apt-get install texlive texlive-science texlive-latex-extra texlive-bibtex-extra

Expand Down

0 comments on commit b1ec497

Please sign in to comment.