Skip to content

Commit

Permalink
Try to fix installing curl
Browse files Browse the repository at this point in the history
  • Loading branch information
joelnitta committed Dec 9, 2023
1 parent 573e31e commit 4923933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
# libfribidi-dev libharfbuzz-dev for textshaping
- name: Install cURL Headers
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev libfribidi-dev libharfbuzz-dev
- name: Install R
Expand Down

0 comments on commit 4923933

Please sign in to comment.