Skip to content

Commit

Permalink
AppVeyor: Restore MySQL
Browse files Browse the repository at this point in the history
Looks like the image was borked with MySQL 8 went in (because it's still trying to start 5.7), see appveyor/ci#3894.
  • Loading branch information
NickCraver committed Nov 13, 2023
1 parent 947b582 commit 26744b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ init:
- git config --global core.autocrlf input
- SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%
- net start MSSQL$SQL2019
- ps: Start-Service MySQL80

nuget:
disable_publish_on_pr: true
Expand All @@ -46,7 +47,7 @@ build_script:
# Postgres
- createdb test
# MySQL
# - mysql -e "create database test;" --user=root
- mysql -e "create database test;" --user=root
# Our stuff
- ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true

Expand Down

0 comments on commit 26744b7

Please sign in to comment.