Skip to content

Commit

Permalink
add more system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Dec 19, 2024
1 parent 14bd3cc commit 80bbddd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/quarto_netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ jobs:

- name: Install system dependencies for igraph
run: |
sudo apt-get update
sudo apt-get install -y libglpk40 # igraph
sudo apt-get install -y libfontconfig1-dev # systemfonts
sudo apt-get update && \
sudo apt-get install -y libglpk40 libfontconfig1-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev
- name: Set up environment
run: |
Expand Down

0 comments on commit 80bbddd

Please sign in to comment.