Skip to content

Commit

Permalink
grr
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Feb 11, 2023
1 parent 8cce5ca commit 88775d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
choco install openssl -y --force
choco install postgresql --params '/Password:asdf' --ia '--enable-components server,commandlinetools' -y --force
export PATH="/c/Program Files/PostgreSQL/15/bin":$PATH
PGPASSWORD=asdf psql -Upostgres -c "SELECT 42"
PGPASSWORD=asdf psql -Upostgres -c "SELECT 42" postgres
- name: Build
shell: bash
Expand Down

0 comments on commit 88775d4

Please sign in to comment.