Skip to content

Commit

Permalink
R devel test: print some paths
Browse files Browse the repository at this point in the history
To check that gs and qpdf are correctly installed.
  • Loading branch information
gaborcsardi committed Mar 25, 2024
1 parent a83de20 commit 029aaed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/r-devel-test.yaml
Expand Up @@ -42,6 +42,12 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Check that GS and QPDF are installed
run: |
Sys.which("gswin64c")
Sys.which("qpdf")
shell: Rscript {0}

- uses: ./setup-r-dependencies
with:
pak-version: ${{ github.event.inputs.pak-version || 'stable' }}
Expand Down

0 comments on commit 029aaed

Please sign in to comment.