Skip to content

Commit

Permalink
Use devel version of pak
Browse files Browse the repository at this point in the history
  • Loading branch information
csoneson committed May 18, 2024
1 parent b1b1a85 commit ee17056
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,7 @@ jobs:
uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
#run: |
# Rscript -e "remotes::install_github('r-hub/sysreqs')"
# sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
# sudo -s eval "$sysreqs"
# sudo apt-get update && sudo apt-get -y install libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev
pak-version: devel

- name: Install system dependencies (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit ee17056

Please sign in to comment.