Skip to content

Commit

Permalink
Really fix PostgreSQL version in MSVS 2015 AppVeyor image
Browse files Browse the repository at this point in the history
Use correct "9.4" in the service name.
  • Loading branch information
vadz committed Aug 20, 2024
1 parent 685d3f2 commit 4440c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ environment:
MINGW_BIN: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin
MSSQL_VER: 2014
BOOST_ROOT: C:\Libraries\boost_1_60_0
POSTGRESQL_ROOT: C:\Program Files\PostgreSQL\9.6
POSTGRESQL_VER: 96
POSTGRESQL_ROOT: C:\Program Files\PostgreSQL\9.4
POSTGRESQL_VER: 9.4
MYSQL_VER: 57
MYSQL_DIR: C:\Program Files\MySql\MySQL Server 5.7
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
Expand Down

0 comments on commit 4440c78

Please sign in to comment.