Skip to content

Commit

Permalink
Update R-CMD-chcek.yaml: add libcurl for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Oct 1, 2021
1 parent 23e7b5b commit 70afc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install libraries for Linux
if: runner.os == 'Linux'
run: |
sudo apt-get install texlive
sudo apt-get install texlive libcurl4-openssl-dev
- name: Query dependencies
run: |
Expand Down

0 comments on commit 70afc86

Please sign in to comment.