Skip to content

Commit

Permalink
Removing libcurl4-openssl-dev as that seems to have conflicted with…
Browse files Browse the repository at this point in the history
… `libcurl4-gnutls-dev` and broken previously-functioning GHAs
  • Loading branch information
njlyon0 committed Apr 11, 2024
1 parent df950cf commit 7892830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: dependencies on Linux
if: runner.os == 'Linux'
run: sudo apt-get install -y libcurl4-gnutls-dev libcurl4-openssl-dev libicu-dev libjq-dev libnode-dev librdf0-dev libssl-dev libxml2-dev make pandoc
run: sudo apt-get install -y libcurl4-gnutls-dev libicu-dev libjq-dev libnode-dev librdf0-dev libssl-dev libxml2-dev make pandoc

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

0 comments on commit 7892830

Please sign in to comment.