diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08f82fdd..15c85620 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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