Skip to content

Commit

Permalink
try RSPM in GH actions (take 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Apr 9, 2024
1 parent 78a9883 commit f3ff79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -42,12 +42,12 @@ jobs:
extra-repositories: http://bbolker.github.io/drat
use-public-rspm: true
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-r-dependencies@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
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 f3ff79c

Please sign in to comment.