Skip to content

Commit

Permalink
Merge pull request #22 from ecohealthalliance/dev
Browse files Browse the repository at this point in the history
sudo for system dependencies
  • Loading branch information
ernestguevarra authored Nov 30, 2024
2 parents 56f87b6 + a0fdbca commit 51b887f
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 \
sudo apt-get update && apt-get install -y --no-install-recommends \
git-crypt
- name: Trust git repo
Expand Down

0 comments on commit 51b887f

Please sign in to comment.