Skip to content

Commit

Permalink
CI: See if we can do without rhub on modern Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpa authored Oct 18, 2024
1 parent 3b934b7 commit 43efad9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
if: runner.os == 'Linux'
env:
RHUB_PLATFORM: linux-x86_64-ubuntu-gcc
run: |
Rscript -e "remotes::install_github('r-hub/sysreqs')"
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
sudo -s eval "$sysreqs"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 43efad9

Please sign in to comment.