Skip to content

Commit

Permalink
Merge pull request #30 from ecohealthalliance/dev
Browse files Browse the repository at this point in the history
add libglpk-dev dependency
  • Loading branch information
ernestguevarra authored Dec 1, 2024
2 parents 45f31bd + 4c56aac commit 76fc825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install system dependencies
run: |
apt-get update && apt-get install -y --no-install-recommends \
git-crypt gh curl jq rsync
libglpk-dev git-crypt gh curl jq rsync
- name: Trust repo
run: |
Expand Down

0 comments on commit 76fc825

Please sign in to comment.