We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bb3ac commit ac13555Copy full SHA for ac13555
appveyor.yml
@@ -98,8 +98,8 @@ build_script:
98
99
Write-Output "PostgreSQL version:"
100
if ($IsWindows) {
101
- Get-Childitem -Path "C:\Program Files\PostgreSQL" -Recurse -ErrorAction SilentlyContinue -Include *.exe
102
- . "${env:ProgramFiles}\PostgreSQL\13.1\bin\psql" --version
+ #Get-Childitem -Path "C:\Program Files\PostgreSQL" -Recurse -ErrorAction SilentlyContinue -Include *.exe
+ . "${env:ProgramFiles}\PostgreSQL\13\bin\psql" --version
103
}
104
else {
105
psql --version
0 commit comments