Skip to content

Commit

Permalink
Merge pull request #791 from mcg-web/fix-appveyor-ci
Browse files Browse the repository at this point in the history
Fix appveyor ci build
  • Loading branch information
mcg-web committed Dec 22, 2020
2 parents b35750c + 1b56de4 commit 57d2267
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 @@ -11,7 +11,8 @@ init:

install:
- ps: Set-Service wuauserv -StartupType Manual
- cinst -y php composer
- cinst -y php --version=7.4
- cinst -y composer
- refreshenv
- cd c:\tools\php74
- copy php.ini-production php.ini /Y
Expand Down

0 comments on commit 57d2267

Please sign in to comment.