Skip to content

Commit

Permalink
appveyor: adjust path to have a working psql.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Oct 11, 2024
1 parent 64335cb commit f810f47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ install:
- ps: "ls \"C:/\""
- ps: "ls \"C:/Program Files/\""
- ps: "ls \"C:/Program Files/MySQL\""
- ps: "Get-ChildItem -Path \"C:/Program Files/PostgreSQL\" -Recurse"
- ps: "ls \"C:/Program Files/PostgreSQL\""
- ps: "ls \"C:/Program Files (x86)/\""

- ECHO "Installed SDKs:"
Expand All @@ -100,7 +100,8 @@ install:
& scripts\install.ps1;
}

- "SET PATH=C:\\Program Files\\PostgreSQL\\10\\bin;C:\\Program Files\\MySql\\MySQL Server 8.0\\bin;%PATH%"
# If commands start failing, like psql isn't found, tweak the PATH here.
- "SET PATH=C:\\Program Files\\PostgreSQL\\13\\bin;C:\\Program Files\\MySql\\MySQL Server 8.0\\bin;%PATH%"
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PYTHON%\\bin;%PATH%"
- "SET PYEXE=%PYTHON%\\%PYTHON_EXE%.exe"

Expand Down

0 comments on commit f810f47

Please sign in to comment.