Installing libcurl on Ubuntu VM
This commit is contained in:
parent
205d298a6e
commit
ad2ef0e789
1 changed files with 1 additions and 0 deletions
1
.github/workflows/r.yml
vendored
1
.github/workflows/r.yml
vendored
|
|
@ -65,6 +65,7 @@ jobs:
|
|||
- name: Installing system dependencies
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
apt install libcurl4-openssl-dev
|
||||
while read -r cmd
|
||||
do
|
||||
eval sudo $cmd
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue