Skip to content

Commit

Permalink
add "sudo apt-get -y install libwebp-dev" to action
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Oct 5, 2023
1 parent f53061a commit 1e8e5bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quarto-gh-pages-html.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev
sudo apt-get install -y libharfbuzz-dev
sudo apt-get install -y libfribidi-dev
sudo apt-get -y install libwebp-dev
- uses: r-lib/actions/setup-renv@v2

Expand Down

0 comments on commit 1e8e5bd

Please sign in to comment.