Skip to content

Commit

Permalink
try dropping sysreqs, libcurl4 install on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
stopsack committed Jun 8, 2024
1 parent 7544339 commit 41a75b9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,6 @@ jobs:
key: ${{ runner.os }}-r-${{ matrix.config.r }}-bioc-${{ matrix.config.bioc }}-${{ hashFiles('depends.Rds') }}
restore-keys: ${{ runner.os }}-r-${{ matrix.config.r }}-bioc-${{ matrix.config.bioc }}-

- name: Install system dependencies
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"
sudo apt-get update && sudo apt-get -y install libcurl4-openssl-dev
- name: Install dependencies
run: |
local_deps <- remotes::local_package_deps(dependencies = TRUE)
Expand Down

0 comments on commit 41a75b9

Please sign in to comment.