Skip to content

Commit

Permalink
try setting pdfimages path on windows in a different way
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 26, 2024
1 parent 5775e86 commit 217aa6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/R-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ jobs:
with:
upload-snapshots: true

- name: Set pdfimages env for Windows
run: echo "PDFIMAGER_PATH=$(where.exe pdfimages)" >> $GITHUB_ENV

- name: R Check on Windows
uses: r-lib/actions/check-r-package@v2
if: runner.os == 'Windows'
with:
upload-snapshots: true
env:
PDFIMAGER_PATH: C:/ProgramData/chocolatey/lib/poppler/tools/pdfimages.exe

0 comments on commit 217aa6d

Please sign in to comment.