Skip to content

Commit

Permalink
👷 add sudo for apt commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Mar 25, 2024
1 parent 4c027ae commit 9994a05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/protocol.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
id: checkout

- name: Install psql
run: |
apt-get update
apt-get install --yes --no-install-recommends postgresql-client
run: sudo apt-get update && sudo apt-get install --yes --no-install-recommends postgresql-client
id: psql

- name: Install Foundry
Expand Down

0 comments on commit 9994a05

Please sign in to comment.