Skip to content

Commit 195d5a6

Browse files
authored
Update main.yml
1 parent 110d73a commit 195d5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
sudo systemctl start postgresql.service
5151
sudo -u postgres createuser --createdb $USER
52-
psql -U postgres -c "ALTER USER $USER WITH SUPERUSER"
52+
sudo -u postgres psql -c "ALTER USER $USER WITH SUPERUSER"
5353
5454
- name: Install dependencies
5555
run: |

0 commit comments

Comments
 (0)