Skip to content

Commit

Permalink
try manually installing glpk
Browse files Browse the repository at this point in the history
* needed for igraph and therefore nat but not being installed by sys reqs for some reason
  • Loading branch information
jefferis committed Jun 2, 2023
1 parent 6dacea4 commit 4201672
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-

# this is not getting picked up by system requirements for some reason
- name: Install glpk
if: runner.os == 'Linux'
run: sudo apt-get install -y libglpk-dev

- name: Install system dependencies
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 4201672

Please sign in to comment.