Skip to content

Commit

Permalink
fix(ci): Install system dependencies for libcurl in test-coverage wor…
Browse files Browse the repository at this point in the history
…kflow
  • Loading branch information
esloch committed May 17, 2024
1 parent b95f6dd commit eb1030c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libssl-dev
- name: Query dependencies
run: |
install.packages('remotes')
Expand Down

0 comments on commit eb1030c

Please sign in to comment.