Skip to content

Commit

Permalink
Added curl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Apr 25, 2024
1 parent fae23d8 commit 882c654
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/quarto-gh-pages-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install R package dependencies
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libssl-dev
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down

0 comments on commit 882c654

Please sign in to comment.