Skip to content

Commit

Permalink
missing libglpk-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
irzamsarfraz committed Sep 5, 2021
1 parent d9ae2e9 commit cd6335a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
- name: Install libmagick++
if: runner.os == 'Linux'
run: sudo apt-get install -y libmagick++-dev

- name: Install libglpk-dev
if: runner.os == 'Linux'
run: sudo apt-get install -y libglpk-dev

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

0 comments on commit cd6335a

Please sign in to comment.