Skip to content

Commit 28df88a

Browse files
EkinEkin
authored andcommitted
ci: install libglpk for igraph
1 parent 9ac71a1 commit 28df88a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v4
1414

15+
- name: Install system dependencies
16+
run: |
17+
sudo apt-get update
18+
sudo apt-get install -y libglpk40
19+
1520
- name: Setup R
1621
uses: r-lib/actions/setup-r@v2
1722
with:

0 commit comments

Comments
 (0)