Skip to content

Commit

Permalink
another go
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewphamilton committed Sep 20, 2023
1 parent 1c0b55e commit 0548cf8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ jobs:

- name: Install libcurl on Linux
if: runner.os == 'Linux'
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev
run: |
sudo apt-get update -y
sudo apt-get install -y libcurl4-openssl-dev
sudo add-apt-repository ppa:cran/libraptor2
# Need to fix: libraptor2-dev : Depends: libcurl4-gnutls-dev but it is not installable

# sudo add-apt-repository ppa:cran/libraptor2
# sudo apt-get install r-cran-gert
# See https://github.com/r-hub/sysreqsdb/issues/77#issuecomment-620025428

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 0548cf8

Please sign in to comment.