diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml index e85adc6..cafd29d 100644 --- a/.github/workflows/r.yml +++ b/.github/workflows/r.yml @@ -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