Skip to content

Commit

Permalink
curl 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkaye97 committed Jul 5, 2021
1 parent c4fbc23 commit f35ad95
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
- name: Install system dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get remove --auto-remove libcurl4-openssl-dev -y
sudo apt-get install libcurl3 -y
sudo apt-get install -y libcurl4 libcurl4-openssl-dev
while read -r cmd
do
eval sudo $cmd
Expand Down

0 comments on commit f35ad95

Please sign in to comment.