Skip to content

Commit

Permalink
libglpk installed for igraph
Browse files Browse the repository at this point in the history
  • Loading branch information
SamueleSoraggi committed Dec 12, 2024
1 parent a8778a5 commit a2b6447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Install libcurl on Linux
if: runner.os == 'Linux'
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libglpk40 libglpk-dev

- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit a2b6447

Please sign in to comment.