Skip to content

Commit

Permalink
Fail early with windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Aug 26, 2024
1 parent 8371739 commit 2a57038
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
Sys.setenv(PATH = paste(Sys.getenv("PATH"), tinytex::tinytex_root(), sep=";"))
shell: Rscript {0}

- name: Check if pdflatex is available
if: runner.os == 'Windows'
run: pdflatex --version
shell: bash

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit 2a57038

Please sign in to comment.