Skip to content

Commit

Permalink
fix igraph install error
Browse files Browse the repository at this point in the history
  • Loading branch information
rpowell22 authored Mar 16, 2024
1 parent 0d27526 commit 3724ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install tidycensus system dependency
shell: bash
run: |
sudo apt-get install libudunits2-dev libgdal-dev libgeos-dev libproj-dev libfontconfig1-dev
sudo apt-get install libudunits2-dev libgdal-dev libgeos-dev libproj-dev libfontconfig1-dev libglpk-dev
- name: Restore packages
shell: Rscript {0}
run: |
Expand Down

0 comments on commit 3724ac9

Please sign in to comment.