Skip to content

Commit

Permalink
bring back libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
stopsack committed Jun 8, 2024
1 parent 41a75b9 commit 8e90812
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ 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: |
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 8e90812

Please sign in to comment.