Skip to content

Commit

Permalink
ci(actions): add libcurl installation
Browse files Browse the repository at this point in the history
  • Loading branch information
amyheather committed Jul 15, 2024
1 parent c8b1f02 commit f465b5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/quarto_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Dependencies on Linux
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
- name: Setup pandoc
uses: r-lib/actions/setup-pandoc@v2

Expand Down

0 comments on commit f465b5b

Please sign in to comment.