Skip to content

Commit

Permalink
Fix ubuntu igraph
Browse files Browse the repository at this point in the history
  • Loading branch information
mvfki committed Mar 30, 2023
1 parent bc470ef commit 185112b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install hdf5 on Linux
- name: Install library on Linux
if: runner.os == 'Linux'
run: sudo apt-get install libhdf5-dev
run: |
sudo apt-get install libhdf5-dev
sudo apt-get install libglpk-dev
- name: Install dependencies
run: |
Expand Down

0 comments on commit 185112b

Please sign in to comment.