Skip to content

Commit 6f69714

Browse files
authored
Update check-standard.yaml
59-63 libcurl
1 parent fa166bd commit 6f69714

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-standard.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
5858
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
5959

60+
- name: Install libcurl
61+
if: runner.os == 'Linux'
62+
run: |
63+
sudo apt-get install libcurl4-openssl-dev
64+
6065
- name: Install system dependencies
6166
if: runner.os == 'Linux'
6267
run: |

0 commit comments

Comments
 (0)