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
|
- name: Installing system dependencies
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
|
apt install libcurl4-openssl-dev
|
||||||
while read -r cmd
|
while read -r cmd
|
||||||
do
|
do
|
||||||
eval sudo $cmd
|
eval sudo $cmd
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue