Skip to content

Commit

Permalink
Add system dependency for curl
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkant committed Feb 13, 2023
1 parent 999f039 commit 876b383
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/render-rmarkdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2

- name: Install curl
run: sudo apt-get install libcurl4-openssl-dev

- uses: r-lib/actions/setup-renv@v2

Expand Down

0 comments on commit 876b383

Please sign in to comment.