Skip to content

Commit

Permalink
add additional missing linux dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bbartholdy committed Dec 29, 2024
1 parent 6beaed4 commit 01d5143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install missing system dependencies
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install libglpk-dev libcurl4-openssl-dev libfontconfig1-dev
run: sudo apt-get update && sudo apt-get install libglpk-dev libcurl4-openssl-dev libfontconfig1-dev libharfbuzz-dev libfribidi-dev

- name: Install Quarto
uses: quarto-dev/quarto-actions/setup@v2
Expand Down

0 comments on commit 01d5143

Please sign in to comment.