Skip to content

Commit

Permalink
Install curl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Oct 24, 2024
1 parent ed628b9 commit ed03191
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
path: renv/cache
key: ${{ runner.os }}-r-${{ hashFiles('renv.lock') }}

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libxml2-dev libssl-dev
- name: Install dependencies with renv
run: Rscript -e 'renv::restore()'

Expand Down

0 comments on commit ed03191

Please sign in to comment.