Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
terhisalonen committed Jan 15, 2024
1 parent 40ff654 commit af1766c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
run: sudo /etc/init.d/postgresql start

- name: Allow root to create PostgreSQL databases
run: su - postgres -c "createuser --createdb root"
run: sudo su - postgres -c "createuser --createdb root"

- name: Create PostGIS extension
run: >
su - postgres
sudo su - postgres
-c "psql template1 -c 'create extension postgis'"
- name: Install Tox and tox-gh-actions
Expand Down

0 comments on commit af1766c

Please sign in to comment.