We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa166bd commit 6f69714Copy full SHA for 6f69714
.github/workflows/check-standard.yaml
@@ -57,6 +57,11 @@ jobs:
57
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
58
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
59
60
+ - name: Install libcurl
61
+ if: runner.os == 'Linux'
62
+ run: |
63
+ sudo apt-get install libcurl4-openssl-dev
64
+
65
- name: Install system dependencies
66
if: runner.os == 'Linux'
67
run: |
0 commit comments