Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atomashevic authored Nov 23, 2024
1 parent fc5f8c1 commit c383035
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
install-ghostscript: true
# to fix the issue with qpdf
- name: Update Homebrew
run: brew update

- name: Install qpdf
run: brew install qpdf
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit c383035

Please sign in to comment.