Removed the "-u" of the command line, sob
Some checks failed
Compile / Compile (push) Failing after 17s

This commit is contained in:
2026-01-06 18:20:16 -03:00
parent 6c0c15d3fa
commit ffa982eb74

View File

@@ -31,7 +31,7 @@ jobs:
- name: Create PostgreSQL database
run: |
-u postgres createuser -s postgres
postgres createuser -s postgres
createdb fgbot_db
- name: Install dependencies