Skip to content

Commit

Permalink
Merge pull request #18 from OxfordIHTM/dev
Browse files Browse the repository at this point in the history
add rsync system dependency
  • Loading branch information
ernestguevarra authored Nov 15, 2024
2 parents c519a2e + 0f1c282 commit e213d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ferc-scoping-review.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 \
libxt6 libglpk-dev gh curl jq rysnc
libxt6 libglpk-dev gh curl jq rsync
- name: Trust git repo
run: |
Expand Down

0 comments on commit e213d72

Please sign in to comment.