Skip to content

Commit

Permalink
libglpk is the culprit?
Browse files Browse the repository at this point in the history
  • Loading branch information
federicomarini committed Jun 24, 2020
1 parent 98c9406 commit d88e44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
Rscript -e "remotes::install_github('r-hub/sysreqs')"
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
sudo -s eval "$sysreqs"
sudo apt-get update && sudo apt-get -y install libcurl4-openssl-dev
sudo apt-get update && sudo apt-get -y install libcurl4-openssl-dev libglpk-dev
- name: Install dependencies
run: |
Expand Down

0 comments on commit d88e44b

Please sign in to comment.