Skip to content

Commit

Permalink
github actions: add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
wuriyanto48 committed Aug 30, 2023
1 parent 15f076d commit cb17240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:

- name: Install Postgre Client
run: |
apt-get update
apt-get install --yes --no-install-recommends postgresql-client
sudo apt-get update
sudo apt-get install --yes --no-install-recommends postgresql-client
- name: Test
run: |
Expand Down
10 changes: 0 additions & 10 deletions scripts/install_ubuntu_deps

This file was deleted.

0 comments on commit cb17240

Please sign in to comment.