Skip to content

Commit

Permalink
Update GitHub workflow for building the rnw vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Oct 3, 2023
1 parent dd20eac commit 6e91760
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-tinytex@v2

- name: Install libraries for Linux
if: runner.os == 'Linux'
run: |
sudo apt-get install texlive texlive-latex-extra
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 6e91760

Please sign in to comment.